mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
c72a63ff95
* Preparing for v0.7.1 * Auto-update README * Auto-update README * adding & modifying parameters for v0.7.1 * Expose 'account-domain' setting at install * adding 'account_domain' * typo * more "account_domain" stuff * adapting the nginx config to the "account_domain" system * fix a really dumb bug :"3 * fix "location" directive is not allowed here * fix comment * typo... * adding important infos for account_domain * enhance is_account_domain mechanism * trying to debug dumb "duplicate location "/"" error * tweaking the main_domain logic * another trying * "domain" parameter removed * try to debug the IC * miss * reverting all "account_domain" stuff * Upgrade to v0.7.1 * Auto-update README * leftover * check upgrade from 0.6.0~ynh1 * instance_expose_suspended_web: unbound variable --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
39 lines
No EOL
1.1 KiB
Text
39 lines
No EOL
1.1 KiB
Text
# See here for more information
|
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
|
|
|
# Move this file from check_process.default to check_process when you have filled it.
|
|
|
|
;; Test complet
|
|
; Manifest
|
|
admin="xana"
|
|
email="user@example.com"
|
|
password="1Strong-Password"
|
|
port="8095"
|
|
; Checks
|
|
pkg_linter=1
|
|
setup_sub_dir=0
|
|
setup_root=1
|
|
setup_nourl=0
|
|
setup_private=0
|
|
setup_public=1
|
|
upgrade=1
|
|
upgrade=1 from_commit=29c7d0df5dd6e3d90070f242b74cce980676cd72
|
|
upgrade=1 from_commit=5c1c052995a10d899abcb0e4d4fa1c1dc35f84a5
|
|
upgrade=1 from_commit=1b6c1c62e022f04afa02bf128f419e77a72bf1e9
|
|
upgrade=1 from_commit=9a6d018337c7d83193282830ff9d9e9b0ae3a733
|
|
backup_restore=1
|
|
multi_instance=1
|
|
port_already_use=1
|
|
change_url=0
|
|
;;; Options
|
|
Email=
|
|
Notification=none
|
|
;;; Upgrade options
|
|
; commit=29c7d0df5dd6e3d90070f242b74cce980676cd72
|
|
name=0.3.6~ynh1
|
|
; commit=5c1c052995a10d899abcb0e4d4fa1c1dc35f84a5
|
|
name=v0.4.0~ynh1
|
|
; commit=1b6c1c62e022f04afa02bf128f419e77a72bf1e9
|
|
name=0.5.2~ynh2
|
|
; commit=9a6d018337c7d83193282830ff9d9e9b0ae3a733
|
|
name=0.6.0~ynh1 |