Skip to content

Commit

Permalink
docs: inform about autoupdate
Browse files Browse the repository at this point in the history
Inform about my new autoupdate tool
  • Loading branch information
CMiksche committed Feb 24, 2023
1 parent 8b30f0b commit 2872125
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

Script for an automatic update of gitea. Should be run locally on the gitea server. Has options for updating via new binary file or build from source.

## Want to update more?

> If you want to update Gitea and other software (like Drone, Caddy, Podman, Python, Zitadel and Kanboard), you should check out [Autoupdate](https://chapati.systems/autoupdate/).
>
> This new tool of mine was built as a single binary with a config file and tested on multiple Linux systems.
## Procedure
* Get Gitea Version from the Gitea CLI and if that fails from the Gitea API
* Get latest Release via GitHub API
Expand Down
3 changes: 3 additions & 0 deletions gitea_auto_update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ def check_and_update(self):
print("update successfully")
else:
print("current version is uptodate")
print("Check out https://chapati.systems/autoupdate/ if you want to "
"update Gitea and other software "
"(like Drone, Caddy, Podman, Python, Zitadel and Kanboard)")


def updater(settings='settings.ini'):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='gitea_auto_update',
version='2.0.11',
version='2.0.12',
description='A script which can update gitea to a new version.',
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2872125

Please sign in to comment.