Skip to content

Commit cbe8f87

Browse files
Bot Updating Templated Files
1 parent 98c6c17 commit cbe8f87

1 file changed

Lines changed: 43 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,49 @@ app_setup_block: |
3232
Access the webui at `<your-ip>:5000`. Follow the setup wizard on initial install.
3333
3434
The docker cli and compose yml samples provided list a single `/data` folder for the media, however, you can set up multiple mount points if you wish. For instance, you can set up 3 separate mountpoints named `/manga`, `/comics` and `/books`, each mapped to separate folders on host.
35-
35+
# init diagram
36+
init_diagram: |
37+
"kavita:latest": {
38+
docker-mods
39+
base {
40+
fix-attr +\nlegacy cont-init
41+
}
42+
docker-mods -> base
43+
legacy-services
44+
custom services
45+
init-services -> legacy-services
46+
init-services -> custom services
47+
custom services -> legacy-services
48+
legacy-services -> ci-service-check
49+
init-migrations -> init-adduser
50+
init-os-end -> init-config
51+
init-config -> init-config-end
52+
init-kavita-config -> init-config-end
53+
init-os-end -> init-crontab-config
54+
init-mods-end -> init-custom-files
55+
base -> init-envfile
56+
init-config -> init-kavita-config
57+
base -> init-migrations
58+
base -> init-mods
59+
init-config-end -> init-mods
60+
init-mods -> init-mods-end
61+
init-mods-package-install -> init-mods-end
62+
init-mods -> init-mods-package-install
63+
base -> init-os-end
64+
init-adduser -> init-os-end
65+
init-envfile -> init-os-end
66+
init-migrations -> init-os-end
67+
init-custom-files -> init-services
68+
init-mods-end -> init-services
69+
init-services -> svc-cron
70+
svc-cron -> legacy-services
71+
init-services -> svc-kavita
72+
svc-kavita -> legacy-services
73+
}
74+
Base Images: {
75+
"baseimage-ubuntu:noble"
76+
}
77+
"kavita:latest" <- Base Images
3678
# changelog
3779
changelogs:
3880
- {date: "10.07.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)