File tree 5 files changed +697
-34
lines changed
5 files changed +697
-34
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
version = " 1.0"
2
2
3
3
[main ]
4
- name = " Hibzilla configuration"
4
+ name = " Hubzilla configuration"
5
5
6
6
[main .php_fpm_config ]
7
7
name = " PHP-FPM configuration"
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ yunohost = ">= 11.1.19"
19
19
architectures = " all"
20
20
multi_instance = true
21
21
ldap = true
22
- sso = false
22
+ sso = true
23
23
disk = " 50M"
24
- ram.build = " 50M "
24
+ ram.build = " 200M "
25
25
ram.runtime = " 50M"
26
26
27
27
[install ]
@@ -33,7 +33,7 @@ ram.runtime = "50M"
33
33
type = " user"
34
34
35
35
[install .database ]
36
- ask.en = " Choose the database to be used for the Hubzilla "
36
+ ask.en = " Choose Hubzilla database"
37
37
ask.fr = " Choisissez la database de Hubzilla"
38
38
type = " string"
39
39
choices = [" mysql" , " postgresql" ]
@@ -49,7 +49,6 @@ ram.runtime = "50M"
49
49
url = " https://framagit.org/hubzilla/addons/-/archive/8.4.1/addons-8.4.1.tar.gz"
50
50
sha256 = " 67f7b881f195b258c3d61922a6ce0f92832b907cafd5feb11b8abea4b2b055a0"
51
51
52
-
53
52
[resources .system_user ]
54
53
55
54
[resources .install_dir ]
Original file line number Diff line number Diff line change 6
6
# PHP APP SPECIFIC
7
7
# =================================================
8
8
9
- # REMOVEME? YNH_PHP_VERSION="8.2"
10
-
11
- # REMOVEME? php_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-json"
12
-
13
- # dependencies used by the app (must be on a single line)
14
- # REMOVEME? pkg_dependencies="$php_dependencies"
15
-
16
- # REMOVEME? pg_pkg_dependencies="postgresql postgresql-contrib"
17
-
18
9
# =================================================
19
10
# PERSONAL HELPERS
20
11
# =================================================
Original file line number Diff line number Diff line change 1
1
test_format = 1.0
2
2
3
3
[default ]
4
+
5
+
6
+ # ------------
7
+ # Tests to run
8
+ # ------------
9
+
10
+ exclude = [" change_url" ]
11
+
12
+ # -------------------------------
13
+ # Default args to use for install
14
+ # -------------------------------
15
+
16
+ args.database =" mysql"
17
+
18
+ [some_additional_testsuite ]
19
+
20
+ only = [" install.subdir" ]
21
+
22
+ args.database =" mpostgresql"
You can’t perform that action at this time.
0 commit comments