1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
Commit graph

199 commits

Author SHA1 Message Date
gredin67
c7d3eedcaa merge last commits from #374 2023-07-03 22:30:08 +02:00
Josué Tille
b1968a55cb
Fix app_service config file 2023-05-25 12:38:09 +02:00
Gredin67
ed452ea71f
Merge branch 'testing' into config-panel 2023-04-23 14:23:26 +02:00
rosbeef andino
d5869bdb36
Update install 2023-01-30 17:00:49 +00:00
gredin67
75349b38b7 restructure allowed_local_3pids 2023-01-19 10:08:18 +01:00
Josue-T
42fe0302b3
Merge pull request #360 from Gredin67/fix-sso-client-whithelist-generation
Fix lists in config
2023-01-15 12:53:41 +01:00
gredin67
af225f6201 Merge branch 'master' into config-panel 2023-01-14 12:50:23 +01:00
gredin67
84eb157391 config max_upload_size 2023-01-13 12:38:30 +01:00
gredin67
fa02d4e9c0 typo 2023-01-11 17:36:28 +01:00
gredin67
3ced5e2a7c clean config init 2023-01-11 17:11:43 +01:00
gredin67
56ad01bdb9 client urls 2023-01-11 14:03:52 +01:00
Gredin67
2462d89af1
disable password if registration disabled 2023-01-10 18:22:38 +01:00
gredin67
e853d00dc2 fix coturn.conf external-ip 2023-01-10 17:57:44 +01:00
Carlos Solís
39ffead3a9 Make user creation script depend on YNH version
The format used to create a new user on YunoHost 11.1 and above is different than the one used beforehand. This change is intended to detect which version is currently installed and use the correct format.
2023-01-10 09:56:15 -06:00
gredin67
f58c330fe9 e2e default 2023-01-10 16:49:36 +01:00
Gredin67
eb51ba4e8b
correct init e2e_default 2023-01-10 15:26:29 +01:00
Gredin67
2915167b7c
correct __FOOBAR__ init 2023-01-10 12:37:02 +01:00
Gredin67
04a2760423
give auto_join_rooms default 2023-01-10 04:14:11 +01:00
Gredin67
45f272140f
Update install 2023-01-10 02:05:30 +01:00
Gredin67
24044b0ecd
default to matrix.to 2023-01-09 23:26:39 +01:00
Carlos Solís
d3694bcc55 Fix issue with user creation script
In recent versions, YunoHost has deprecated the parameters "-f FIRSTNAME" and "-l LASTNAME", substituting them with "-F FULLNAME" instead. Without this patch, newer versions of YunoHost will output an error message, "WARNING - Not a tty, can't do interactive prompts", and fail installing or upgrading.
2023-01-09 11:12:22 -06:00
Gredin67
c7208ce272
Update install 2023-01-09 12:02:56 +01:00
Gredin67
2b3cf8c331
revert remove jitsi setting 2023-01-06 17:34:41 +01:00
Gredin 67
d0efc856de https element url 2023-01-06 14:48:08 +01:00
Gredin 67
cbebfa9557 imrove config panel 2023-01-06 14:38:14 +01:00
Éric Gaspar
011fc2a6c1 Fix typos and follow example_ynh template 2022-10-28 10:59:40 +02:00
Éric Gaspar
eecdb6d356 Silent warnings 2022-10-28 10:50:43 +02:00
Josue-T
4c9ff8dd07
Update scripts/install 2022-10-24 10:53:52 +02:00
tituspijean
678dea3213
Add /_synapse path permission for administration API 2022-09-18 12:26:00 +02:00
Josué Tille
acb6125509
Fix install 2022-09-15 17:36:12 +02:00
François Magimel
e53b469ff1 fix(conf): start a new line for each domain to whitelist
When generating the domain list for the option `sso/client_whitelist`,
the line break is taken into account to create a real list of URLs.
2022-09-14 01:19:39 +02:00
Josué Tille
2c0266f6bf
Fix email configuration 2022-06-24 13:10:44 +02:00
Josué Tille
45a06ac69a
Update configuration from upstream 2022-05-28 00:19:44 +02:00
Josué Tille
dc8319dc04
Fix install 2022-05-26 17:27:30 +02:00
Josué Tille
388ebabf39
Fix warning and create yunohost user for ldap filter and send email correctly 2022-05-26 17:19:33 +02:00
Josué Tille
e5f93690db
Fix linter warning 2022-05-26 16:41:22 +02:00
ericgaspar
e531a38ecb
Silence warnings 2021-06-04 21:21:42 +02:00
Josué Tille
606509f134
Fix issue #259 2021-05-09 15:25:02 +02:00
Josué Tille
b59cbccb84
Don't override label for main permission 2021-03-31 21:49:44 +02:00
Josué Tille
284f6b93de
Fix issues on home dir path management 2021-03-14 15:25:48 +01:00
Josué Tille
0f6c243f80
Fix some small issues and remove hardcoded version of PHP 2021-03-07 17:58:57 +01:00
Josué Tille
6ccdd95b12
Fix template helper 2021-02-18 19:05:04 +01:00
Josué Tille
6db9afe60c
Improve permissions 2021-02-08 22:31:04 +01:00
Josué Tille
5f2ee05c4c
Implement group permission support and use new helper for config file 2021-01-26 22:06:15 +01:00
Josué Tille
ce99168ba3
Add ability to disable e2e encryption by default for DM 2020-12-12 16:12:39 +01:00
Josué Tille
e4158175a2
Implement backup core only 2020-12-07 17:04:22 +01:00
Josué Tille
5b826589bf
Fix missing app-service config file 2020-10-06 22:28:23 +02:00
Gredin67
a05b4909c3
add app-service registration folder 2020-09-13 20:23:55 +02:00
Josué Tille
a0bce0e2be
Remove alt_tls_port in diagnosis 2020-08-23 10:03:10 +02:00
Josué Tille
f7a860dbbd
Fix issues on upgrade of major debian version 2020-07-30 22:05:01 +02:00
Josué Tille
2d14c10c53
Add appservice support 2020-07-24 23:42:13 +02:00
Josué Tille
4102871ef5
Add port exposition in diagosis 2020-07-24 23:42:12 +02:00
Josué Tille
ac78f19224
Fix and improve coturn config 2020-05-20 23:41:24 +02:00
Josué Tille
e47b2d939e
Add possibility to customize jitsi server and fix config pannel 2020-05-07 14:41:35 +02:00
Josué Tille
8533a8254d
Disable SSO in public mode 2020-05-07 11:01:36 +02:00
Josué Tille
d2a48d9146
Fix install - upgrade on arm 2020-04-03 15:36:21 +02:00
Josué Tille
70b322f6e1
Add support for .well_known access 2020-03-14 14:35:20 +01:00
Josué Tille
2b4152c70b
Specify the domain in permission definition 2020-02-22 21:03:33 +01:00
Josué Tille
875638ff36
Use permission to protectect CAS server access 2020-02-22 00:50:19 +01:00
Josué Tille
f9a381bf0a
Create small CAS server for SSO authentication 2020-02-22 00:50:18 +01:00
Josué Tille
ac7d2bb35b
Create change-url script 2019-12-14 15:30:27 +01:00
Josué Tille
11aabdf5c9
Move well-known config in nginx section 2019-12-14 15:14:27 +01:00
Josué Tille
a6eb228585
Replace special_domain and special_path by domain and path 2019-12-14 15:12:43 +01:00
Josué Tille
bd2b63f86d
Merge branch 'testing' into block_public_rooms 2019-12-01 22:28:17 +01:00
Thatoo
663ae2c352 well-known support (#136)
* Update README.md

* Update manifest.json

* a

* Delete a

* avoid boolean for public but ask a clear choice Yes/No

* Update check_process

Add server_name="domain2.tld"    (DOMAIN)

* .well-known

DNS conf become optionnal with .well-known edition

* .well-known redirection for access by federation

Create .well-known redirection for access by federation

* .well-known redirection for access by federation

If not existing, create .well-known redirection for access by federation

* Update README.md

back to 0.99.5.2

* back to 0.99.5.2

* back to 0.99.5.2

* back to 0.99.5.2

* Update install

* Update upgrade

* Update install

* Update upgrade

* Update install

* Update upgrade

* Update .well-known redirection

for access by federation and applications like Riot.im

* Update .well-known redirection

for access by federation and applications like Riot.im

* update to 1.1.0

* update to 1.1.0

* update to 1.1.0

* update to 1.1.0

* update to 1.1.0

* update to 1.1.0

* Update install

* Update upgrade

* Update to 1.2.1

* Update to 1.2.1

* Update to 1.2.1

* Back to v1.1.0

* Back to v1.1.0

* Back to v1.1.0

* Update to v1.2.1

* Update to v1.2.1

* Update to v1.2.1

* Important update of upgrade script

ynh_replace_string __SERVER_NAME__ $server_name "$homeserver_config_path" was missing

* Back to v1.1.0

* Back to v1.1.0

* Back to v1.1.0

* Fix typo for ipv6 validation

* Upgrade to v1.2.1

* Upgrade to v1.2.1

* Upgrade to v1.2.1

* remove server_name's nginx conf

remove /etc/nginx/conf.d/${server_name}.d/server_name.conf

* Create server_name.conf

To allow the automatic well-known system for server-name detection instead of DNS record

* Update install

In
# Create .well-known redirection for access by federation
change
  cat > /etc/nginx/conf.d/${server_name}.d/server_name.conf <<EOF
    location /.well-known/matrix/ {
        return 200 '{"m.server": "$domain", "m.homeserver": "https://$domain"}';
        add_header Content-Type application/json;
        add_header Access-Control-Allow-Origin '*';
        }
EOF
to 
cp ../conf/server_name.conf /etc/nginx/conf.d/${server_name}.d/server_name.conf
after creation of ../conf/server_name.conf file.

* Update upgrade

In
# Create .well-known redirection for access by federation if it doesn't exist
change
  cat > /etc/nginx/conf.d/${server_name}.d/server_name.conf <<EOF
    location /.well-known/matrix/ {
        return 200 '{"m.server": "$domain", "m.homeserver": "https://$domain"}';
        add_header Content-Type application/json;
        add_header Access-Control-Allow-Origin '*';
        }
EOF
to
cp ../conf/server_name.conf /etc/nginx/conf.d/${server_name}.d/server_name.conf

* backup well.known server_name nginx cond

add
ynh_backup "/etc/nginx/conf.d/${server_name}.d/server_name.conf"

* Backup well.known server-name nging conf

add
server_name=$(ynh_app_setting_get $app server_name) 
to make
ynh_backup "/etc/nginx/conf.d/${server_name}.d/server_name.conf"
understood

* Update backup

* Update scripts/install

Co-Authored-By: Josue-T <josue@tille.ch>

* Update install

* Update README.md

Co-Authored-By: Josue-T <josue@tille.ch>

* Update scripts/upgrade

Co-Authored-By: Josue-T <josue@tille.ch>

* Update conf/server_name.conf

Co-Authored-By: Josue-T <josue@tille.ch>

* move .well-known redirection to config section

move #Create .well-known redirection for access by federation to end of config section

* move .well-known redirection to config section 

move #Create .well-known redirection to the end of config section and Indentation

* add checksum management for server_name.conf

add checksum management for server_name.conf with the helper ynh_store_file_checksum

* add checksum management for server_name.conf

add checksum management for server_name.conf with the helper ynh_store_file_checksum

* replace __SERVER_NAME__

* replace __SERVER_NAME__

* delete a blank line

* Update upgrade

* Update install

* Update check_process

Co-Authored-By: Josue-T <josue@tille.ch>

* Update conf/server_name.conf

Co-Authored-By: Josue-T <josue@tille.ch>

* remove blank line

* ynh_store_file_checksum after cp inside if block

* change order checksum and cp

change order to ynh_backup_if_checksum_is_different then cp then ynh_store_file_checksum

* Update install

* Update upgrade

* Update backup

* Update backup

* Update scripts/backup

Co-Authored-By: Josue-T <josue@tille.ch>

* Update scripts/install

Co-Authored-By: Josue-T <josue@tille.ch>

* Update scripts/install

Co-Authored-By: Josue-T <josue@tille.ch>

* Update scripts/install

Co-Authored-By: Josue-T <josue@tille.ch>

* Update install

* Update remove

* Update upgrade
2019-12-01 22:18:56 +01:00
Josué Tille
2220be97b1
Make more strong secret detection 2019-11-19 20:29:48 +01:00
Josué Tille
d35541818f
Use ynh_replace_special_string for all password 2019-11-19 20:23:22 +01:00
Josué Tille
e5f908e56e
Let's manage the macaroon secret with the package 2019-11-13 21:15:58 +01:00
Josué Tille
2c930a8989
Add public room access option 2019-11-12 22:01:32 +01:00
Josue-T
e2ed306fb9
Merge branch 'testing' into cert_hook 2019-11-01 20:32:46 +01:00
Josué Tille
632ca35958
Update logrotate helper 2019-10-30 21:19:33 +01:00
Josue-T
8789aa304d
Merge branch 'testing' into package_upgrade 2019-10-30 21:15:22 +01:00
Josué Tille
2d00cc922b
Merge remote-tracking branch 'upstream/testing' into package_upgrade 2019-09-10 20:15:48 +02:00
Josué Tille
c2e4d0ea5d
Add hook to restart synapse at each certificate update 2019-09-03 20:43:58 +02:00
Nouts
0dd1b0a09c add variable for default domain 2019-08-24 15:59:03 +02:00
Nouts
b7b465e245 fix wrong if set variable 2019-08-24 15:49:44 +02:00
Nouts
9a0a03f2f8 set default domain name 2019-08-24 15:38:14 +02:00
Nouts
f586ed6b25 Merge branch 'master' into choose-server-name 2019-07-31 20:50:27 +02:00
Josué Tille
2be94ede44
Install Jinja2 manually 2019-07-05 10:16:44 +02:00
Josué Tille
4486616434
Fix check of path availability 2019-06-09 22:38:21 +02:00
Josué Tille
adb96d2e4a
Add don't prind password in debug logs 2019-06-02 10:49:39 +02:00
Maniack Crudelis
1230d72a88
Merge branch 'testing' into package_upgrade 2019-05-20 17:29:36 +02:00
Josue-T
741d520f55
Fix typo
Co-Authored-By: JimboJoe <jimmy@monin.net>
2019-05-12 16:48:23 +02:00
Nouts
13d9025a11 rename signing.key by server_name 2019-05-11 15:01:17 +02:00
Nouts
ca6619eb71 several improvements from feedback 2019-05-11 14:45:00 +02:00
Josué Tille
dcfdbc3201
Use the sso script directly from the config directroy 2019-05-06 15:37:18 +02:00
nouts
dc9e7cef8b first working install 2019-05-04 13:49:19 +02:00
Maniack Crudelis
a2e19998d4 Normalization from example_ynh 2019-04-30 19:15:33 +02:00
Josue-T
7f78210783
Merge pull request #69 from YunoHost-Apps/config_panel
Config panel
2019-03-10 08:51:16 +01:00
JimboJoe
2a4533bc04 Fix typo
Co-Authored-By: Josue-T <josue@tille.ch>
2019-03-08 09:17:14 +01:00
Josué Tille
4bdd59384d Update doc for federation 2019-03-08 09:17:14 +01:00
Josué Tille
b5b9ee7712 Update Helper from Upstream 2019-03-08 09:16:25 +01:00
Josué Tille
b9faec521c Add fail2ban 2019-03-08 09:16:25 +01:00
Josué Tille
bd82449eae Fix ynh_check_starting 2019-03-08 09:14:35 +01:00
JimboJoe
23db8eb774
Fix typo
Co-Authored-By: Josue-T <josue@tille.ch>
2019-02-08 22:18:20 +01:00
Josué Tille
347a4dab37
Add public switch in config pannel 2019-02-08 20:22:52 +01:00
Josué Tille
0d9204ec95
Use the pip source for synapse 2019-02-08 15:21:48 +01:00
Josué Tille
d6332fb09b
Use the Yunohost certificate 2019-02-08 15:04:51 +01:00
Josué Tille
ca5bc8dba9
Fix wheel dependances 2019-01-19 23:19:14 +01:00
Josué Tille
5a539f01d2
Don't define $PS1 it's mangad by the activate script 2019-01-13 15:58:48 +01:00