1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
vaultwarden_ynh/check_process

36 lines
923 B
Text
Raw Normal View History

2019-08-05 01:29:15 +02:00
# 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
domain="domain.tld" (DOMAIN)
2020-03-23 14:00:40 +01:00
path="/path" (PATH)
2019-08-05 01:29:15 +02:00
admin="john" (USER)
is_public=1 (PUBLIC|public=1|private=0)
; Checks
pkg_linter=1
2020-12-01 22:04:05 +01:00
setup_sub_dir=1
2019-08-05 01:29:15 +02:00
setup_root=1
2020-01-27 21:42:10 +01:00
setup_nourl=0
setup_private=1
setup_public=1
upgrade=1
2021-04-30 20:13:00 +02:00
# Bitwarden 1.20.0~ynh4
2021-05-11 08:18:38 +02:00
#upgrade=1 from_commit=d5e1fa7d327c55d8e5ae4c24e7c6aaac006256db
2021-05-11 20:01:06 +02:00
# 1.21.0~ynh1
upgrade=1 from_commit=3f7d7d2740a1cb3f16a290b64c89e84422d06ede
2020-01-27 21:42:10 +01:00
backup_restore=1
multi_instance=1
port_already_use=0
2020-03-21 14:04:37 +01:00
change_url=1
2019-08-05 01:29:15 +02:00
;;; Options
2019-08-13 01:17:46 +02:00
Email=yalh@yahoo.com
Notification=all
2019-08-05 01:29:15 +02:00
;;; Upgrade options
2021-04-30 13:36:43 +02:00
; commit=d5e1fa7d327c55d8e5ae4c24e7c6aaac006256db
2021-05-11 20:01:06 +02:00
name=Bitwarden 1.20.0~ynh4
; commit=3f7d7d2740a1cb3f16a290b64c89e84422d06ede
name=1.21.0~ynh1