mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
commit
2fd0d58ee2
3 changed files with 13 additions and 11 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Hubzilla is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication.
|
||||
|
||||
|
||||
**Shipped version:** 8.6.1~ynh2
|
||||
**Shipped version:** 8.6.3~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -29,7 +29,6 @@ Hubzilla is a social networking platform built with control of your privacy at c
|
|||
|
||||
* Official app website: <https://zotlabs.org/page/hubzilla/hubzilla-project>
|
||||
* Upstream app code repository: <https://framagit.org/hubzilla/core>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_hubzilla>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/hubzilla_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Hubzilla est une plate-forme de réseau social conçue avec le contrôle de votre vie privée au centre de la scène. Vos communications en ligne peuvent être aussi publiques que vous le souhaitez ou aussi privées que vous le souhaitez. Conversations privées, photos privées, vidéos privées. Votre média n'est pas caché derrière une URL obscure qui peut être devinée, il est protégé par une authentification interdomaine de pointe.
|
||||
|
||||
|
||||
**Version incluse :** 8.6.1~ynh2
|
||||
**Version incluse :** 8.6.3~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -29,7 +29,6 @@ Hubzilla est une plate-forme de réseau social conçue avec le contrôle de votr
|
|||
|
||||
* Site officiel de l’app : <https://zotlabs.org/page/hubzilla/hubzilla-project>
|
||||
* Dépôt de code officiel de l’app : <https://framagit.org/hubzilla/core>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_hubzilla>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/hubzilla_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Hubzilla"
|
|||
description.en = "Decentralized publication platform and social network"
|
||||
description.fr = "Plateforme de publication décentralisée et un réseau social"
|
||||
|
||||
version = "8.6.1~ynh2"
|
||||
version = "8.6.3~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
@ -28,25 +28,29 @@ ram.runtime = "50M"
|
|||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
||||
[install.database]
|
||||
ask.en = "Choose Hubzilla database"
|
||||
ask.fr = "Choisissez la database de Hubzilla"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["mysql", "postgresql"]
|
||||
default = "mysql"
|
||||
|
||||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://framagit.org/hubzilla/core/-/archive/8.6.1/core-8.6.1.tar.gz"
|
||||
sha256 = "16c2d5426725ad82d8bdcbfcfdc9457d14f6c636bb521b61353566101412a96e"
|
||||
url = "https://framagit.org/hubzilla/core/-/archive/8.6.3/core-8.6.3.tar.gz"
|
||||
sha256 = "51ad07048232bbd9d497eda9b1890f69a20d9faee7a610b7e53850c5c6a134b7"
|
||||
|
||||
[resources.sources.addons]
|
||||
url = "https://framagit.org/hubzilla/addons/-/archive/8.6.1/addons-8.6.1.tar.gz"
|
||||
sha256 = "6dad585ca61511043625b197c0d74e84a293c67f187bdf0d4752a5b88537d288"
|
||||
url = "https://framagit.org/hubzilla/addons/-/archive/8.6.3/addons-8.6.3.tar.gz"
|
||||
sha256 = "4a3194af2333867a109135d9d2493f9f18aa8ec01402634e1e45303a89fbe40f"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
@ -56,7 +60,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "php8.2-curl php8.2-gd php8.2-mysql php8.2-pgsql php8.2-mbstring php8.2-xml php8.2-zip php8.2-cli php8.2-imagick"
|
||||
packages = "php8.2-curl, php8.2-gd, php8.2-mysql, php8.2-pgsql, php8.2-mbstring, php8.2-xml, php8.2-zip, php8.2-cli, php8.2-imagick"
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$database" == "mysql" ]]; then
|
||||
|
|
Loading…
Reference in a new issue