mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
issue #10
This commit is contained in:
parent
6fd71219e4
commit
2e49040abd
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[General]
|
||||
InstanceName = __FLOHMARKT_NAME__
|
||||
ExternalURL = https://__DOMAIN____PATH__
|
||||
DebugMode = 1
|
||||
HttpsNoVerifyCert = 0
|
||||
JwtSecret = __JWTSECRET__
|
||||
DataPath = __DATA_DIR__
|
||||
|
||||
|
@ -16,3 +16,4 @@ From = __MAIL_USER__@__MAIL_DOMAIN__
|
|||
User = __APP__
|
||||
Password = __MAIL_PWD__
|
||||
CAFile = /etc/ssl/certs/ca-certificates.crt
|
||||
NoVerifyCert = 1
|
||||
|
|
|
@ -112,8 +112,8 @@ ram.runtime = "50M"
|
|||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
||||
# ynh_setup_source --dest_dir="$install_dir"
|
||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
||||
url = "https://codeberg.org/flohmarkt/flohmarkt/archive/43fdfc685f3f532840567da2f08b8f2d49a5b4e5.tar.gz"
|
||||
sha256 = "6321ed8fcfaa5fd5007ccba9beab7802a9ad2da20cd41fbbfc78d63d22c2deea"
|
||||
url = "https://codeberg.org/flohmarkt/flohmarkt/archive/490a748cc3a6698c8a6400df3fa9cfdcf4fd76da.tar.gz"
|
||||
sha256 = "45d40fb96c9997502755939d0ba6bac9df39d3ca30d271be01b69202b88839fb"
|
||||
|
||||
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
|
||||
# to auto-update the previous asset urls and sha256sum + manifest version
|
||||
|
|
Loading…
Add table
Reference in a new issue