Skip to content

Commit 0d72b98

Browse files
Bot Updating Templated Files
1 parent 5791edc commit 0d72b98

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,7 +6,6 @@ project_url: "https://github.com/Requarks/wiki"
66
project_logo: "https://static.requarks.io/logo/wikijs-full.svg"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) A modern, lightweight and powerful wiki app built on NodeJS."
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"}
@@ -30,15 +29,56 @@ opt_param_env_vars:
3029
- {env_var: "DB_NAME", env_value: "", desc: "DB name (postgres only)"}
3130
- {env_var: "DB_USER", env_value: "", desc: "DB username (postgres only)"}
3231
- {env_var: "DB_PASS", env_value: "", desc: "DB password (postgres only)"}
33-
3432
readonly_supported: true
35-
3633
# application setup block
3734
app_setup_block_enabled: true
3835
app_setup_block: |
3936
Please note that the database configuration environment variables will apply _on first run only_, after which you will need to directly edit /config/config.yml to change your settings.
4037
4138
For more information please see the [official documentation](https://docs.requarks.io/).
39+
# init diagram
40+
init_diagram: |
41+
"wikijs:latest": {
42+
docker-mods
43+
base {
44+
fix-attr +\nlegacy cont-init
45+
}
46+
docker-mods -> base
47+
legacy-services
48+
custom services
49+
init-services -> legacy-services
50+
init-services -> custom services
51+
custom services -> legacy-services
52+
legacy-services -> ci-service-check
53+
init-migrations -> init-adduser
54+
init-os-end -> init-config
55+
init-config -> init-config-end
56+
init-wikijs-config -> init-config-end
57+
init-os-end -> init-crontab-config
58+
init-mods-end -> init-custom-files
59+
base -> init-envfile
60+
base -> init-migrations
61+
base -> init-mods
62+
init-config-end -> init-mods
63+
init-mods -> init-mods-end
64+
init-mods-package-install -> init-mods-end
65+
init-mods -> init-mods-package-install
66+
base -> init-os-end
67+
init-adduser -> init-os-end
68+
init-envfile -> init-os-end
69+
init-migrations -> init-os-end
70+
init-custom-files -> init-services
71+
init-mods-end -> init-services
72+
init-config -> init-wikijs-config
73+
init-services -> svc-cron
74+
svc-cron -> legacy-services
75+
init-services -> svc-wikijs
76+
svc-wikijs -> legacy-services
77+
}
78+
Base Images: {
79+
"baseimage-alpine:3.20"
80+
}
81+
"wikijs:latest" <- Base Images
4282
# changelog
4383
changelogs:
4484
- {date: "01.06.24:", desc: "Rebase to Alpine 3.20."}

0 commit comments

Comments
 (0)