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."
- {external_port: "2202", internal_port: "2202", port_desc: "The library port."}
30
28
- {external_port: "2203", internal_port: "2203", port_desc: "The admin port."}
31
-
32
29
# application setup block
33
30
app_setup_block_enabled: true
34
31
app_setup_block: |
@@ -45,6 +42,49 @@ app_setup_block: |
45
42
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 )
46
43
47
44
If no value is set it will default to 512MB.
45
+
# init diagram
46
+
init_diagram: |
47
+
"ubooquity:latest": {
48
+
docker-mods
49
+
base {
50
+
fix-attr +\nlegacy cont-init
51
+
}
52
+
docker-mods -> base
53
+
legacy-services
54
+
custom services
55
+
init-services -> legacy-services
56
+
init-services -> custom services
57
+
custom services -> legacy-services
58
+
legacy-services -> ci-service-check
59
+
init-migrations -> init-adduser
60
+
init-os-end -> init-config
61
+
init-config -> init-config-end
62
+
init-ubooquity-config -> init-config-end
63
+
init-os-end -> init-crontab-config
64
+
init-mods-end -> init-custom-files
65
+
base -> init-envfile
66
+
base -> init-migrations
67
+
base -> init-mods
68
+
init-config-end -> init-mods
69
+
init-mods -> init-mods-end
70
+
init-mods-package-install -> init-mods-end
71
+
init-mods -> init-mods-package-install
72
+
base -> init-os-end
73
+
init-adduser -> init-os-end
74
+
init-envfile -> init-os-end
75
+
init-migrations -> init-os-end
76
+
init-custom-files -> init-services
77
+
init-mods-end -> init-services
78
+
init-config -> init-ubooquity-config
79
+
init-services -> svc-cron
80
+
svc-cron -> legacy-services
81
+
init-services -> svc-ubooquity
82
+
svc-ubooquity -> legacy-services
83
+
}
84
+
Base Images: {
85
+
"baseimage-alpine:3.20"
86
+
}
87
+
"ubooquity:latest" <- Base Images
48
88
# changelog
49
89
changelogs:
50
90
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
0 commit comments