1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/penpot_ynh.git synced 2024-09-03 19:56:56 +02:00

General cleanup.

This commit is contained in:
orhtej2 2024-02-08 21:17:17 +01:00
parent 74442d3c03
commit d6ada6eade
12 changed files with 7 additions and 18 deletions

View file

@ -3,8 +3,9 @@ export PENPOT_LDAP_HOST=localhost
export PENPOT_LDAP_PORT=389
export PENPOT_LDAP_SSL=false
export PENPOT_LDAP_STARTTLS=false
export PENPOT_LDAP_BASE_DN=ou=users,dc=yunohost,dc=org
export PENPOT_LDAP_BIND_DN=cn=admin,dc=planetexpress,dc=com
export PENPOT_LDAP_BASE_DN='ou=users,dc=yunohost,dc=org'
export PENPOT_LDAP_BIND_DN=''
export PENPOT_LDAP_BIND_PASSWORD=''
export PENPOT_LDAP_USER_QUERY="(|(uid=:username)(mail=:username))"
export PENPOT_LDAP_ATTRS_USERNAME=uid
export PENPOT_LDAP_ATTRS_EMAIL=mail

View file

@ -1,3 +0,0 @@
This is a dummy admin doc for this app
The app install dir is `__INSTALL_DIR__`

View file

@ -1,3 +0,0 @@
Ceci est une fausse doc d'admin pour cette app
Le dossier d'install de l'app est `__INSTALL_DIR__`

View file

@ -1 +1 @@
This is a dummy description of this app features
Penpot is a design and prototyping platform meant for cross-domain teams. Non dependent on operating systems, Penpot is web based and works with open standards (SVG). Penpot invites designers all over the world to fall in love with open source while getting developers excited about the design process in return.

View file

@ -1,7 +1,3 @@
This is a dummy disclaimer to display after the install
The app url is <https://__DOMAIN____PATH__>
The app install dir is `__INSTALL_DIR__`
The app id is `__ID__`
You can log in by using `<user>@__DOMAIN__` e-mail and your Yunohost password.

View file

@ -1 +0,0 @@
This is a dummy disclaimer to display after upgrades

View file

@ -1 +0,0 @@
This is a dummy disclaimer to display prior to the install

View file

@ -1 +0,0 @@
Ceci est un faux disclaimer à présenter avant l'installation

View file

@ -1 +0,0 @@
This is a dummy disclaimer to display prior to any upgrade

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View file

@ -153,6 +153,8 @@ ynh_use_logrotate --logfile="/var/log/$app/$app-exporter.log"
ynh_script_progression --message="Adding app's configuration file..."
ynh_add_config --template="config.js" --destination="$install_dir/frontend/js/config.js"
chmod 755 "$install_dir/frontend/js/config.js"
chown $app:www-data "$install_dir/frontend/js/config.js"
ynh_add_config --template="environ" --destination="$install_dir/backend/environ"
chmod 400 "$install_dir/backend/environ"