mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #41 from YunoHost-Apps/testing
This commit is contained in:
commit
d8f33fadf4
4 changed files with 9 additions and 10 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
|
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.6.3~ynh1
|
**Shipped version:** 0.6.5~ynh1
|
||||||
|
|
||||||
**Demo:** https://joinbookwyrm.com/fr/
|
**Demo:** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
|
BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.6.3~ynh1
|
**Version incluse :** 0.6.5~ynh1
|
||||||
|
|
||||||
**Démo :** https://joinbookwyrm.com/fr/
|
**Démo :** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "BookWyrm"
|
||||||
description.en = "Platform for social reading"
|
description.en = "Platform for social reading"
|
||||||
description.fr = "Plateforme de lecture sociale"
|
description.fr = "Plateforme de lecture sociale"
|
||||||
|
|
||||||
version = "0.6.3~ynh1"
|
version = "0.6.5~ynh1"
|
||||||
|
|
||||||
maintainers = ["oufmilo"]
|
maintainers = ["oufmilo"]
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
||||||
fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"]
|
fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"]
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -31,7 +31,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"
|
||||||
|
@ -51,8 +50,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.3.tar.gz"
|
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.5.tar.gz"
|
||||||
sha256 = "7d100630d00bd4a11f16cda0603859ab190aee2efafeabedd1d82469cb571e78"
|
sha256 = "3d3be2e417ef53bfce2dc7e6619f6e8b8398da8dc5823b8f83c4af10d64562fa"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
@ -70,7 +69,7 @@ ram.runtime = "50M"
|
||||||
main.default = 8000
|
main.default = 8000
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev"
|
packages = "postgresql, postgresql-contrib, python3-venv, libpq-dev, python3-dev"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
|
@ -17,5 +17,5 @@ test_format = 1.0
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
test_upgrade_from.2292d0d.name = "Upgrade from 0.5.3"
|
test_upgrade_from.7600f04.name = "Upgrade from 0.5.4"
|
||||||
test_upgrade_from.7600f04.name = "Upgrade from 0.5.4"
|
test_upgrade_from.d291f0e.name = "Upgrade from 0.6.4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue