mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Some typo again...
This commit is contained in:
parent
cdc0af47cc
commit
4957482584
6 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ A libre and federated social network, fork of Mastodon.
|
||||||
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
||||||
|
|
||||||
* This app require a dedicated domain or subdomain.
|
* This app require a dedicated domain or subdomain.
|
||||||
* The user choosen during the installation is created in Glich-Soc with admin rights.
|
* The user choosen during the installation is created in Glitch-Soc with admin rights.
|
||||||
* LDAP authentication is activated. All YunoHost users can authenticate.
|
* LDAP authentication is activated. All YunoHost users can authenticate.
|
||||||
* Single sign-on doesn't work.
|
* Single sign-on doesn't work.
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Un réseau social libre et fédéré, scission de Mastodon.
|
||||||
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
||||||
|
|
||||||
* This app require a dedicated domain or subdomain.
|
* This app require a dedicated domain or subdomain.
|
||||||
* The user choosen during the installation is created in Glich-Soc with admin rights.
|
* The user choosen during the installation is created in Glitch-Soc with admin rights.
|
||||||
* LDAP authentication is activated. All YunoHost users can authenticate.
|
* LDAP authentication is activated. All YunoHost users can authenticate.
|
||||||
* Single sign-on doesn't work.
|
* Single sign-on doesn't work.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
||||||
|
|
||||||
* This app require a dedicated domain or subdomain.
|
* This app require a dedicated domain or subdomain.
|
||||||
* The user choosen during the installation is created in Glich-Soc with admin rights.
|
* The user choosen during the installation is created in Glitch-Soc with admin rights.
|
||||||
* LDAP authentication is activated. All YunoHost users can authenticate.
|
* LDAP authentication is activated. All YunoHost users can authenticate.
|
||||||
* Single sign-on doesn't work.
|
* Single sign-on doesn't work.
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ about: When creating a bug report, please use the following template to provide
|
||||||
1. *Read this whole template first.*
|
1. *Read this whole template first.*
|
||||||
2. *Determine if you are on the right place:*
|
2. *Determine if you are on the right place:*
|
||||||
- *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!*
|
- *If you were performing an action on the app from the webadmin or the CLI (install, update, backup, restore, change_url...), you are on the right place!*
|
||||||
- *Otherwise, the issue may be due to Glich-Soc itself. Refer to its documentation or repository for help.*
|
- *Otherwise, the issue may be due to Glitch-Soc itself. Refer to its documentation or repository for help.*
|
||||||
- *When in doubt, post here and we will figure it out together.*
|
- *When in doubt, post here and we will figure it out together.*
|
||||||
3. *Delete the italic comments as you write over them below, and remove this guide.*
|
3. *Delete the italic comments as you write over them below, and remove this guide.*
|
||||||
---
|
---
|
||||||
|
|
|
@ -200,7 +200,7 @@ ynh_add_systemd_config --service="$app-streaming" --template="glitchsoc-streamin
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALLING GLITCH-SOC
|
# INSTALLING GLITCH-SOC
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Installing Glich-Soc..."
|
ynh_script_progression --message="Installing Glitch-Soc..."
|
||||||
|
|
||||||
pushd "$final_path/live"
|
pushd "$final_path/live"
|
||||||
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'
|
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'
|
||||||
|
|
|
@ -163,7 +163,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
# Download Glich-Soc
|
# Download Glitch-Soc
|
||||||
tmpdir="$(mktemp -d)"
|
tmpdir="$(mktemp -d)"
|
||||||
|
|
||||||
mkdir $tmpdir/system
|
mkdir $tmpdir/system
|
||||||
|
@ -261,7 +261,7 @@ ynh_add_systemd_config --service="$app-streaming" --template="glitchsoc-streamin
|
||||||
#=================================================
|
#=================================================
|
||||||
# UPGRADE GLITCH-SOC
|
# UPGRADE GLITCH-SOC
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading Glich-Soc..."
|
ynh_script_progression --message="Upgrading Glitch-Soc..."
|
||||||
|
|
||||||
pushd "$final_path/live"
|
pushd "$final_path/live"
|
||||||
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'
|
sudo -u $app $ynh_ruby_load_path bin/bundle config deployment 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue