mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
commit
994a367f19
7 changed files with 14 additions and 8 deletions
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 4.4.4~ynh1
|
**Shipped version:** 4.4.4~ynh2
|
||||||
|
|
||||||
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Paketatutako bertsioa:** 4.4.4~ynh1
|
**Paketatutako bertsioa:** 4.4.4~ynh2
|
||||||
|
|
||||||
**Demoa:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demoa:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multip
|
||||||
- Cultiver un bout de liberté...
|
- Cultiver un bout de liberté...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 4.4.4~ynh1
|
**Version incluse :** 4.4.4~ynh2
|
||||||
|
|
||||||
**Démo :** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Démo :** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**Versión proporcionada:** 4.4.4~ynh1
|
**Versión proporcionada:** 4.4.4~ynh2
|
||||||
|
|
||||||
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**Demo:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ However, with a YesWiki we can build a website with multiple uses:
|
||||||
- Cultivate a bit of freedom...
|
- Cultivate a bit of freedom...
|
||||||
|
|
||||||
|
|
||||||
**分发版本:** 4.4.4~ynh1
|
**分发版本:** 4.4.4~ynh2
|
||||||
|
|
||||||
**演示:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
**演示:** <https://ferme.yeswiki.net/?CreerSonWiki>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
# Add .mjs as a file extension for javascript
|
||||||
|
include mime.types;
|
||||||
|
types {
|
||||||
|
text/javascript mjs;
|
||||||
|
}
|
||||||
|
|
||||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "YesWiki"
|
||||||
description.en = "Wiki that is quick and easy to use"
|
description.en = "Wiki that is quick and easy to use"
|
||||||
description.fr = "Wiki facile et rapide à prendre en main"
|
description.fr = "Wiki facile et rapide à prendre en main"
|
||||||
|
|
||||||
version = "4.4.4~ynh1"
|
version = "4.4.4~ynh2"
|
||||||
|
|
||||||
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
|
||||||
|
|
||||||
|
@ -22,8 +22,8 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "100M"
|
||||||
ram.build = "50M"
|
ram.build = "200M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Reference in a new issue