mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
12 lines
305 B
Python
12 lines
305 B
Python
#!/usr/bin/env python3
|
|
|
|
BASE_URL = "https://__DOMAIN____PATH__"
|
|
PORT = __PORT__
|
|
PACKAGE_CHECK_DIR = "__INSTALL_DIR__/package_check/"
|
|
MONITOR_APPS_LIST = __AUTO__
|
|
MONITOR_GIT = __AUTO__
|
|
MONITOR_ONLY_GOOD_QUALITY_APPS = False
|
|
MONTHLY_JOBS = __AUTO__
|
|
WORKER_COUNT = 1
|
|
YNH_BRANCH = "stable"
|
|
DIST = "bullseye"
|