-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
79 lines (60 loc) · 2.67 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
packaging_format = 2
id = "streams"
name = "Streams"
description.en = "Open source fediverse server"
description.fr = "Serveur fediverse open source"
version = "25.1.25~ynh1"
maintainers = ["Papa Dragon"]
[upstream]
license = "Unlicense"
code = "https://codeberg.org/streams/streams"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "150M"
ram.build = "200M"
ram.runtime = "50M"
[install]
[install.domain]
help.en = "Your website can only be installed in a root domain or subdomain"
help.fr = "Votre site web ne peut être installé que dans un domaine racine ou un sous-domaine"
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.activate_directory]
ask.en = "Do you want to activate the directory?"
ask.fr = "Voulez-vous activer l'annuaire ?"
help.en = "The site directory and friends suggestions are populated importing 'friends of friends' from connections that are made on your site. You might wish to disable this if your server has limited resources. This can be changed later in your website's Admin interface."
help.fr = "L'annuaire du site et les suggestions d'amis sont alimentés par l'importation des 'amis d'amis' à partir des connexions établies sur votre site. Vous pouvez désactiver cette fonction si votre serveur dispose de ressources limitées. Ce réglage peut être modifié ultérieurement dans l'interface d'administration de votre site."
type = "boolean"
default = true
[resources]
[resources.sources]
[resources.sources.main]
url = "https://codeberg.org/streams/streams/archive/v25.1.25.tar.gz"
sha256 = "5a6f43b34c99ea6eecbb5af7d4ee72e4b1c352ebfe7b36c168975ce346772f6c"
autoupdate.strategy = "latest_forgejo_tag"
autoupdate.version_regex = "^v(.*)$"
[resources.sources.addons]
url = "https://codeberg.org/streams/streams-addons/archive/7f635aa21a85e865e3798c97b2745674d3deb1c0.tar.gz"
sha256 = "4712a632c2f3603ea030b7aeb37f808f626ec52f3c6efacfe47d8d63463ca242"
autoupdate.strategy = "latest_forgejo_commit"
autoupdate.upstream = "https://codeberg.org/streams/streams-addons"
[resources.ports]
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.3-mbstring, php8.3-cli, php8.3-imagick, php8.3-xml, php8.3-zip, php8.3-curl, php8.3-ldap, php8.3-gd, mariadb-server, php8.3-mysql php8.3-gmp"
[resources.database]
type = "mysql"