mirror of
https://github.com/YunoHost-Apps/librarian_ynh.git
synced 2024-09-03 19:36:01 +02:00
commit
8ccf524d32
3 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,7 @@ An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.
|
||||||
- No crypto garbage
|
- No crypto garbage
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2022.05.14~ynh1
|
**Shipped version:** 2022.05.14~ynh2
|
||||||
|
|
||||||
**Demo:** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
|
**Demo:** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ An alternative frontend for LBRY/Odysee. Inspired by Invidious and Libreddit.
|
||||||
- No crypto garbage
|
- No crypto garbage
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2022.05.14~ynh1
|
**Version incluse :** 2022.05.14~ynh2
|
||||||
|
|
||||||
**Démo :** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
|
**Démo :** https://lbry.bcow.xyz/@RetroMusic:d/1987-Rick-Astley-Never-Gonna-Give-You-Up-1920x1080:f
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Librarian"
|
||||||
description.en = "Alternative frontend for LBRY/Odysee"
|
description.en = "Alternative frontend for LBRY/Odysee"
|
||||||
description.fr = "Interface alternative pour LBRY/Odysee"
|
description.fr = "Interface alternative pour LBRY/Odysee"
|
||||||
|
|
||||||
version = "2022.05.14~ynh1"
|
version = "2022.05.14~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://codeberg.org/librarian/librarian/wiki"
|
||||||
code = "https://codeberg.org/librarian/librarian"
|
code = "https://codeberg.org/librarian/librarian"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "armhf", "arm64"]
|
architectures = ["amd64", "armhf", "arm64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -29,7 +29,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
|
|
Loading…
Reference in a new issue