Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 #36

Closed
wants to merge 43 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7077f3a
v2
ericgaspar Mar 10, 2023
3355f43
Auto-update README
yunohost-bot Mar 10, 2023
6eca76c
v2
ericgaspar Mar 10, 2023
41534f7
Merge branch 'version-2' of https://github.com/YunoHost-Apps/synapse-…
ericgaspar Mar 10, 2023
51d59f7
Auto-update README
yunohost-bot Mar 10, 2023
72cda09
fix
ericgaspar Mar 10, 2023
6f56ccb
Merge branch 'version-2' of https://github.com/YunoHost-Apps/synapse-…
ericgaspar Mar 10, 2023
4b1e424
Create description.md
ericgaspar Mar 10, 2023
9f5c1a8
Fix
ericgaspar Mar 10, 2023
c87f08a
Auto-update README
yunohost-bot Mar 10, 2023
444d4d8
Update tests.toml
ericgaspar Mar 10, 2023
9fbba51
Merge branch 'version-2' of https://github.com/YunoHost-Apps/synapse-…
ericgaspar Mar 10, 2023
8786568
Update tests.toml
ericgaspar Mar 10, 2023
0dcd59e
Update manifest.toml
ericgaspar Apr 7, 2023
2996639
Update change_url
ericgaspar Apr 7, 2023
f384d03
Update manifest.toml
ericgaspar Apr 7, 2023
451d2d7
cleaning
ericgaspar Apr 7, 2023
6409375
Update manifest.toml
ericgaspar Apr 7, 2023
c60b9f3
Delete description.md
ericgaspar Apr 7, 2023
0f00228
Create DESCRIPTION.md
ericgaspar Apr 7, 2023
6caae11
Auto-update README
yunohost-bot Apr 7, 2023
df0a65f
Update systemd.service
ericgaspar Apr 7, 2023
7fd6e9f
Merge branch 'version-2' of https://github.com/YunoHost-Apps/synapse-…
ericgaspar Apr 7, 2023
e5369ab
cleaning
ericgaspar Apr 10, 2023
ec2cc1d
Merge branch 'testing' into version-2
Apr 10, 2023
ce4b41e
Auto-update README
yunohost-bot Apr 10, 2023
4a96d1e
Update manifest.toml
ericgaspar Apr 10, 2023
7284613
revert
ericgaspar Apr 10, 2023
f4f16d9
Auto-update README
yunohost-bot Apr 10, 2023
33ce16f
revertremove systemd
ericgaspar Apr 11, 2023
6bebda5
remove yarn
ericgaspar Apr 11, 2023
d0de9f2
remove logrotate
ericgaspar Apr 11, 2023
a341d4b
Update install
ericgaspar Apr 11, 2023
6799771
Update upgrade
ericgaspar Apr 11, 2023
f9afb4d
Delete .env
ericgaspar Apr 11, 2023
6046da7
cleaning
ericgaspar Apr 11, 2023
0849ca7
Update nginx.conf
ericgaspar Apr 11, 2023
9c223e7
Update nginx.conf
ericgaspar Apr 12, 2023
71c465b
cleaning
ericgaspar Apr 12, 2023
f45e98c
Update install
ericgaspar Apr 12, 2023
ea43f20
Update tests.toml
ericgaspar Jul 9, 2023
586c6e4
Merge branch 'testing' into version-2
ericgaspar Jul 9, 2023
155f623
cleaning
ericgaspar Jul 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions .github/workflows/updater.sh

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/updater.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in

## Overview

Admin UI for Synapse
Synapse-admin is an Admin UI for Matrix Synapse homeserver.

**Shipped version:** 0.8.7~ynh2
**Shipped version:** 0.8.7~ynh1

## Screenshots

Expand Down
4 changes: 2 additions & 2 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po

## Vue d’ensemble

Admin UI pour Synapse
Synapse-admin is an Admin UI for Matrix Synapse homeserver.

**Version incluse :** 0.8.7~ynh2
**Version incluse :** 0.8.7~ynh1

## Captures d’écran

Expand Down
28 changes: 0 additions & 28 deletions check_process

This file was deleted.

5 changes: 0 additions & 5 deletions conf/app.src

This file was deleted.

5 changes: 3 additions & 2 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {

alias __FINAL_PATH__/;
alias __INSTALL_DIR__/;

index index.html;
try_files $uri $uri/ /index.html;

try_files $uri $uri/ __PATH__/index.html;

# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
Expand Down
1 change: 1 addition & 0 deletions doc/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Synapse-admin is an Admin UI for Matrix Synapse homeserver.
56 changes: 0 additions & 56 deletions manifest.json

This file was deleted.

58 changes: 58 additions & 0 deletions manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
packaging_format = 2

id = "synapse-admin"
name = "Synapse Admin"
description.en = "Admin UI for Synapse"
description.fr = "Admin UI pour Synapse"

version = "0.8.7~ynh1"

maintainers = ["eric_G"]

[upstream]
license = "Apache-2.0"
code = "https://github.com/Awesome-Technologies/synapse-admin"

[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

[install]
[install.domain]
type = "domain"
full_domain = true

[install.synapse_app]
ask.en = "Input the Synapse app ID you wish to connect to."
ask.fr = "Entrez l'ID de l'app Synapse à laquelle vous souhaitez vous connecter."
help.en = "Leave the default value if you have only one Synapse server installed."
help.fr = "Laissez la valeur par défaut si vous n'avez installé qu'un seul serveur Synapse."
type = "string"
default = "synapse"

[install.init_main_permission]
help.en = "If enabled, Synapse Admin will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Synapse Admin sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"

[resources]
[resources.sources.main]
url = "https://github.com/Awesome-Technologies/synapse-admin/archive/refs/tags/0.8.7.tar.gz"
sha256 = "76d2d938e9b67a65a07cd2fe921bb810258ff3b5d6b30d00d62112e30acece08"
autoupdate.strategy = "latest_github_tag"

[resources.ports]

[resources.system_user]

[resources.install_dir]

[resources.permissions]
main.url = "/"
Loading