Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Dec 6, 2024
1 parent bfdcb01 commit 056a6d8
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ development_versions_items:
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
- {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Map to your comics folder."}
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Map to your downloads folder."}
param_usage_include_env: false
Expand All @@ -31,9 +31,52 @@ app_setup_block_enabled: true
app_setup_block: |
The web ui for settings etc, is on `http://SERVERIP:8090`
For more detailed setup options, refer to [{{ project_name|capitalize }}]({{ project_url }}).
# init diagram
init_diagram: |
"mylar3:nightly": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-mylar3-config -> init-config-end
init-os-end -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
base -> init-migrations
base -> init-mods
init-config-end -> init-mods
init-mods -> init-mods-end
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-config -> init-mylar3-config
base -> init-os-end
init-adduser -> init-os-end
init-envfile -> init-os-end
init-migrations -> init-os-end
init-custom-files -> init-services
init-mods-end -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-mylar3
svc-mylar3 -> legacy-services
}
Base Images: {
"baseimage-alpine:3.19"
}
"mylar3:nightly" <- Base Images
# changelog
changelogs:
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "15.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18"}
Expand Down

0 comments on commit 056a6d8

Please sign in to comment.