1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
ericgaspar 2023-08-27 12:31:48 +02:00
parent 01910ef8f4
commit 0195c839e0
4 changed files with 5 additions and 9 deletions

View file

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Etherpad-lite: the collaborative editor. Description=Etherpad-lite: Collaborative editor
After=syslog.target network.target postgresql.service After=syslog.target network.target postgresql.service
[Service] [Service]

View file

@ -13,7 +13,7 @@ maintainers = ["eric_G"]
license = "Apache-2.0" license = "Apache-2.0"
website = "https://etherpad.org/" website = "https://etherpad.org/"
demo = "https://video.etherpad.com/" demo = "https://video.etherpad.com/"
admindoc = "http://etherpad.org/doc/v1.9.1" admindoc = "http://etherpad.org/doc/v1.9.2"
code = "https://github.com/ether/etherpad-lite" code = "https://github.com/ether/etherpad-lite"
[integration] [integration]
@ -23,7 +23,7 @@ multi_instance = true
ldap = true ldap = true
sso = true sso = true
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "2G"
ram.runtime = "50M" ram.runtime = "50M"
[install] [install]
@ -43,14 +43,14 @@ ram.runtime = "50M"
[install.export] [install.export]
ask.en = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?" ask.en = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?"
ask.fr = "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?" ask.fr = "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
type = "string" type = "select"
choices = ["none", "abiword", "libreoffice"] choices = ["none", "abiword", "libreoffice"]
default = "none" default = "none"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
type = "string" type = "select"
choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"] choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"]
default = "en" default = "en"

View file

@ -9,9 +9,6 @@ nodejs_version=18
# Dependencies for AbiWord # Dependencies for AbiWord
abiword_app_depencencies="abiword" abiword_app_depencencies="abiword"
# Dependencies for LibreOffice
#REMOVEME? libreoffice_app_dependencies="unoconv libreoffice-writer"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================

View file

@ -35,7 +35,6 @@ then
ynh_setup_source --dest_dir="$install_dir" --keep="$install_dir/settings.json $install_dir/credentials.json" ynh_setup_source --dest_dir="$install_dir" --keep="$install_dir/settings.json $install_dir/credentials.json"
fi fi
# Set permissions on app files
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"