You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer."
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
27
-
- {env_var: "MAXMEM", env_value: "", desc: "To set the maximum memory. ( ex: set '1024' for 1GB )"}
22
+
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
23
+
- {env_var: "MAXMEM", env_value: "", desc: "To set the maximum memory. ( ex: set '1024' for 1GB )"}
28
24
param_usage_include_vols: true
29
25
param_volumes:
30
-
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Config files and database for ubooquity."}
31
-
- {vol_path: "/books", vol_host_path: "/path/to/books", desc: "Location of books."}
32
-
- {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Location of comics."}
33
-
- {vol_path: "/files", vol_host_path: "/path/to/raw/files", desc: "Location of raw files."}
26
+
- {vol_path: "/config", vol_host_path: "/path/to/data", desc: "Config files and database for ubooquity."}
27
+
- {vol_path: "/books", vol_host_path: "/path/to/books", desc: "Location of books."}
28
+
- {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Location of comics."}
29
+
- {vol_path: "/files", vol_host_path: "/path/to/raw/files", desc: "Location of raw files."}
34
30
param_usage_include_ports: true
35
31
param_ports:
36
-
- {external_port: "2202", internal_port: "2202", port_desc: "The library port."}
37
-
- {external_port: "2203", internal_port: "2203", port_desc: "The admin port."}
32
+
- {external_port: "2202", internal_port: "2202", port_desc: "The library port."}
33
+
- {external_port: "2203", internal_port: "2203", port_desc: "The admin port."}
38
34
param_device_map: false
39
35
cap_add_param: false
40
-
41
36
# optional container parameters
42
37
opt_param_usage_include_env: false
43
38
opt_param_usage_include_vols: false
44
39
opt_param_usage_include_ports: false
45
40
opt_param_device_map: false
46
41
opt_cap_add_param: false
47
42
optional_block_1: false
48
-
49
43
# application setup block
50
44
app_setup_block_enabled: true
51
45
app_setup_block: |
@@ -65,24 +59,24 @@ app_setup_block: |
65
59
You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). Value is a number of megabytes ( put just a number, without MB )
66
60
67
61
If no value is set it will default to 512MB.
68
-
69
62
# changelog
70
63
changelogs:
71
-
- { date: "05.03.23:", desc: "Rebase to Alpine 3.17." }
72
-
- { date: "10.10.22:", desc: "Rebasing to alpine 3.16, migrate to s6v3." }
73
-
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
74
-
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
75
-
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
76
-
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
77
-
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
78
-
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
79
-
- { date: "28.01.19:", desc: "Add pipeline logic and multi arch." }
80
-
- { date: "15.10.18:", desc: "Upgrade to Ubooquity 2.1.2." }
81
-
- { date: "23.08.18:", desc: "Rebase to alpine 3.8." }
82
-
- { date: "09.12.17:", desc: "Rebase to alpine 3.7." }
83
-
- { date: "07.10.17:", desc: "Upgrade to Ubooquity 2.1.1." }
84
-
- { date: "16.07.17:", desc: "Upgrade to Ubooquity 2.1.0, see setting up application section for important info for existing v1.x users." }
85
-
- { date: "26.05.17:", desc: "Rebase to alpine 3.6." }
86
-
- { date: "08.04.17:", desc: "Switch to java from 3.5 repo, fixes login crashes." }
87
-
- { date: "06.02.17:", desc: "Rebase to alpine 3.5." }
88
-
- { date: "06.12.16:", desc: "Initial Release." }
64
+
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
65
+
- {date: "05.03.23:", desc: "Rebase to Alpine 3.17."}
66
+
- {date: "10.10.22:", desc: "Rebasing to alpine 3.16, migrate to s6v3."}
67
+
- {date: "23.01.21:", desc: "Rebasing to alpine 3.13."}
68
+
- {date: "01.06.20:", desc: "Rebasing to alpine 3.12."}
69
+
- {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
70
+
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
71
+
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
72
+
- {date: "22.02.19:", desc: "Rebasing to alpine 3.9."}
73
+
- {date: "28.01.19:", desc: "Add pipeline logic and multi arch."}
74
+
- {date: "15.10.18:", desc: "Upgrade to Ubooquity 2.1.2."}
75
+
- {date: "23.08.18:", desc: "Rebase to alpine 3.8."}
76
+
- {date: "09.12.17:", desc: "Rebase to alpine 3.7."}
77
+
- {date: "07.10.17:", desc: "Upgrade to Ubooquity 2.1.1."}
78
+
- {date: "16.07.17:", desc: "Upgrade to Ubooquity 2.1.0, see setting up application section for important info for existing v1.x users."}
79
+
- {date: "26.05.17:", desc: "Rebase to alpine 3.6."}
80
+
- {date: "08.04.17:", desc: "Switch to java from 3.5 repo, fixes login crashes."}
81
+
- {date: "06.02.17:", desc: "Rebase to alpine 3.5."}
0 commit comments