From 25e5fd829f63ce3d92422d2a7ade5c4fc934373d Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:40:23 +0200 Subject: [PATCH 1/6] test permissions --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 759129c..2d65b45 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,6 +71,8 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.auth_header = false + main.protected = true [resources.ports] main.default = 5000 From e5e2dc1d713f826fdae58865da5b833cb76c2c1a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:30:37 +0200 Subject: [PATCH 2/6] finish permissions --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 2d65b45..38fabdf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -73,6 +73,11 @@ ram.runtime = "50M" main.url = "/" main.auth_header = false main.protected = true + + admin.url = "/admin + admin.show_tile = false + admin.auth_header = false + admin.allowed = "admins" [resources.ports] main.default = 5000 From 7abaa9ecc995d3ed96f87c975c53264fc02fae61 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:31:25 +0200 Subject: [PATCH 3/6] fix format --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 38fabdf..df410b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -74,7 +74,7 @@ ram.runtime = "50M" main.auth_header = false main.protected = true - admin.url = "/admin + admin.url = "/admin" admin.show_tile = false admin.auth_header = false admin.allowed = "admins" From 8d3a0e978c9b1058849259683f32bad3780f2434 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:34:19 +0200 Subject: [PATCH 4/6] Update Yunohost version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index df410b8..4df24b2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FitTrackee" description.en = "Self-hosted outdoor activity tracker 🚴" description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴" -version = "0.7.15~ynh1" +version = "0.7.15~ynh2" maintainers = ["Thovi98"] From 3cd34ebbe78e4bbf6a0e53a176e00b2ccfe668ef Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 20 Apr 2023 18:34:22 +0000 Subject: [PATCH 5/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13d0ca9..dc15881 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file. -**Shipped version:** 0.7.15~ynh1 +**Shipped version:** 0.7.15~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index be3424d..7b8a758 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po FitTrackee vous permet de suivre vos activités de plein air (séances d'entraînement) à partir de fichiers gpx et de conserver vos données sur votre propre serveur. Aucune application mobile n'a encore été développée, mais plusieurs applications mobiles existantes peuvent stocker localement les données des séances d'entraînement et les exporter dans un fichier gpx. -**Version incluse :** 0.7.15~ynh1 +**Version incluse :** 0.7.15~ynh2 ## Captures d’écran From 2abac87f40ff1bf163502a6e84d55ed83cd70c83 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 20:48:34 +0200 Subject: [PATCH 6/6] No real purpose of admin permission --- manifest.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4df24b2..527edfe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -74,11 +74,6 @@ ram.runtime = "50M" main.auth_header = false main.protected = true - admin.url = "/admin" - admin.show_tile = false - admin.auth_header = false - admin.allowed = "admins" - [resources.ports] main.default = 5000