1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2021-10-04 08:09:30 +02:00
parent 2a7572fd85
commit 117514bc94
3 changed files with 2 additions and 9 deletions

View file

@ -29,7 +29,7 @@ db:
## Accepted values: a postgres:// URI ## Accepted values: a postgres:// URI
## Default: postgres://kemal:kemal@localhost:5432/invidious ## Default: postgres://kemal:kemal@localhost:5432/invidious
## ##
#database_url: postgres://kemal:kemal@localhost:5432/invidious #database_url: postgres://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
## ##
## Enable automatic table integrity check. This will create ## Enable automatic table integrity check. This will create

View file

@ -1,7 +0,0 @@
SOURCE_URL=https://github.com/crystal-lang/crystal/releases/download/1.0.0/crystal_1.0.0-1_amd64.deb
SOURCE_SUM=bc4c15bdfb32ae08daef40728fc8a1da260a4defd225f7ba309404d9e77dcd8d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=crystal_1.0.0-1_amd64.deb
SOURCE_EXTRACT=false

View file

@ -136,7 +136,7 @@ popd
#================================================= #=================================================
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE
#================================================= #=================================================
ynh_script_progression --message="Modifying a config file..." ynh_script_progression --message="Modifying a config file..." --weight=1
ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml" ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml"
chmod 600 $final_path/config/config.yml chmod 600 $final_path/config/config.yml