Skip to content

Commit a4b0057

Browse files
Bot Updating Templated Files
1 parent 6871ce0 commit a4b0057

1 file changed

Lines changed: 43 additions & 3 deletions

File tree

readme-vars.yml

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ project_url: "https://vaemendis.net/ubooquity/"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ubooquity-banner.png"
77
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."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9-
109
# supported architectures
1110
available_architectures:
1211
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
1312
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
14-
1513
# container parameters
1614
common_param_env_vars_enabled: true
1715
param_container_name: "{{ project_name }}"
@@ -28,7 +26,6 @@ param_usage_include_ports: true
2826
param_ports:
2927
- {external_port: "2202", internal_port: "2202", port_desc: "The library port."}
3028
- {external_port: "2203", internal_port: "2203", port_desc: "The admin port."}
31-
3229
# application setup block
3330
app_setup_block_enabled: true
3431
app_setup_block: |
@@ -45,6 +42,49 @@ app_setup_block: |
4542
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 )
4643
4744
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
4888
# changelog
4989
changelogs:
5090
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)