1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

publish actual version

This commit is contained in:
Christoph Miksche
2018-11-26 21:47:12 +01:00
parent 484fd1d4ac
commit 045d4752ba
3 changed files with 93 additions and 0 deletions

16
settings.py Normal file
View File

@@ -0,0 +1,16 @@
'''
Gitea Remote Updater
Copyright 2018 Christoph Daniel Miksche
All rights reserved.
License: GNU General Public License
'''
# Gitea Site
gtsite = 'https://your-gitea-instance.com/api/v1/version'
# Gitea GitHub API URL for latest Relase
gtgithubapiurl = 'https://api.github.com/repos/go-gitea/gitea/releases/latest'
# Gitea System
gtsystem = 'linux-amd64'
# Name and Path of gitea file
gtfile = '/home/git/gitea'