-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
antora: | ||
antora antora-playbook.yml | ||
|
||
default: | ||
rm -rf docs | ||
mkdir docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,46 @@ | ||
* xref:install/index.adoc[] | ||
* xref:config.adoc[] | ||
* xref:reverse-proxies/index.adoc[] | ||
* xref:action_execution.adoc[] | ||
* xref:action_customization.adoc[] | ||
* xref:action_examples/index.adoc[] | ||
* xref:args.adoc[] | ||
* xref:dashboards.adoc[] | ||
* xref:entities.adoc[] | ||
* xref:integrations/index.adoc[] | ||
* xref:security/index.adoc[] | ||
* xref:solutions/index.adoc[] | ||
* xref:advanced_configuration.adoc[] | ||
* xref:reference/index.adoc[] | ||
* xref:troubleshooting.adoc[] | ||
* xref:api.adoc[] | ||
* xref:install/index.adoc[Installation Guide] | ||
** xref:install/snippit_container_vs_service.adoc[Containers vs Services] | ||
** xref:install/snippit_choose_package.adoc[Which download do I need?] | ||
** xref:install/systemd.adoc[Linux Package Install (.rpm/.deb)] | ||
** xref:install/linux_fedora.adoc[Fedora Linux (dnf)] | ||
** xref:install/linux_alpine.adoc[Alpine Linux] | ||
** xref:install/linux_arch.adoc[Arch Linux (AUR)] | ||
** xref:install/container.adoc[Container install (podman/docker)] | ||
** xref:install/docker_compose.adoc[Docker Compose Install] | ||
** xref:install/helm.adoc[Kubernetes with Helm] | ||
** xref:install/k8s.adoc[Kubernetes with Manifest files] | ||
** xref:install/targz.adoc[.tar.gz Install (manual)] | ||
* xref:config.adoc[Configuration] | ||
* xref:reverse-proxies/index.adoc[Reverse Proxies] | ||
** xref:reverse-proxies/apache.adoc[Apache] | ||
** xref:reverse-proxies/caddy.adoc[Caddy] | ||
** xref:reverse-proxies/haproxy.adoc[HAProxy] | ||
** xref:reverse-proxies/nginx.adoc[Nginx] | ||
** xref:reverse-proxies/nginx_proxy_manager.adoc[Nginx Proxy Manager] | ||
** xref:reverse-proxies/traefik.adoc[Traefik] | ||
* xref:action_execution.adoc[Action Execution] | ||
* xref:action_customization.adoc[Action Customization] | ||
* xref:action_examples/index.adoc[Action Examples] | ||
* xref:args.adoc[Arguments] | ||
* xref:dashboards.adoc[Dashboards] | ||
* xref:entities.adoc[Entities] | ||
* xref:integrations/index.adoc[Integrations] | ||
* xref:security/index.adoc[Security] | ||
** xref:security/concepts.adoc[Concepts] | ||
** xref:security/acl.adoc[Access Control Lists (Permissions)] | ||
** xref:security/trusted_header.adoc[Trusted Header Authorization] | ||
** xref:security/jwt.adoc[JWT Authorization] | ||
*** xref:security/jwt_keys.adoc[JWT with Keys] | ||
*** xref:security/jwt_hmac.adoc[JWT with HMAC] | ||
* xref:solutions/index.adoc[Solutions] | ||
** xref:solutions/on-git-push/index.adoc[Self hosted GitOps] | ||
** xref:solutions/container-control-panel/index.adoc[Container Control Panel] | ||
** xref:solutions/systemd-control-panel/index.adoc[Systemd Control Panel] | ||
** xref:solutions/heating-control-panel/index.adoc[Heating Control Panel] | ||
** xref:solutions/primitive-password/index.adoc[Primitive Password Protection] | ||
** xref:solutions/wol/index.adoc[Wake on LAN] | ||
** xref:solutions/cloudflare_access_tunnel/index.adoc[Cloudflare Access & Tunnels] | ||
* xref:advanced_configuration.adoc[Advanced Configuration] | ||
* xref:reference/index.adoc[Reference] | ||
* xref:troubleshooting.adoc[Troubleshooting] | ||
* xref:api.adoc[API] |