1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 16:07:23 +01:00
Christoph Miksche c81eb967d8 fix: add function to check the versions after semver
Add a function to check the two versions after the semver specification. Added some unit tests for testing the function too.

(Should fix GH-1, but wasn't fully tested yet)
2019-04-20 15:42:01 +02:00
2019-04-14 15:49:07 +02:00
2019-04-14 15:49:07 +02:00
2018-11-26 23:17:19 +01:00
2019-04-14 15:49:07 +02:00

Gitea Remote Updater

Script for a automatic update of gitea. Should be run locally on the gitea server.

Procedure

  • Get Gitea Version via Gitea API
  • Get latest Relase via GitHub API
  • Check if there is a newer Version
  • If true
    • Download new version, overwrite old version

General Information

License: GNU General Public License

Author: Christoph Daniel Miksche (m5e.de)

Uses python version 3

Installation

  1. Use the following command to install all dependencies.
sudo pip install requests
  1. Then clone the git repository.

  2. After that, please change the variables in the settings.py file.

  3. Enter the command python updater.py in your commandline.

  4. If you want to schedule your updates, edit your /etc/crontab file.

Tutorials

Description
No description provided
Readme GPL-3.0 208 KiB
Languages
Python 100%