nav.adoc 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. * xref:install/intro.adoc[Installation Guide]
  2. *** Linux
  3. **** xref:install/container_vs_service.adoc[Containers or Service?]
  4. **** Linux Service
  5. ***** xref:install/linux_fedora.adoc[Fedora Linux]
  6. ***** xref:install/linux_alpine.adoc[Alpine Linux]
  7. ***** xref:install/linux_manjaro.adoc[Manjaro Linux]
  8. ***** xref:install/linux_arch.adoc[Arch Linux]
  9. ***** xref:install/linux_rpm.adoc[Generic .rpm based Linux]
  10. ***** xref:install/linux_deb.adoc[Generic .deb based Linux]
  11. ***** xref:install/targz.adoc[.tar.gz Install (manual)]
  12. **** xref:install/container.adoc[Linux Container]
  13. ***** xref:install/podmandocker.adoc[Docker or Podman]
  14. ***** xref:install/docker_compose.adoc[Docker Compose]
  15. ***** xref:install/helm.adoc[Kubernetes with Helm]
  16. ***** xref:install/k8s.adoc[Kubernetes with Manifests]
  17. *** xref:install/bsd.adoc[BSD]
  18. *** xref:install/windows.adoc[Windows]
  19. **** xref:install/windows_service.adoc[Windows Service]
  20. *** xref:install/macos.adoc[MacOS]
  21. *** xref:install/choose_package.adoc[All download options]
  22. * Upgrade Guide
  23. ** xref:upgrade/2k3k.adoc[Understanding 2k vs 3k]
  24. ** xref:upgrade/upgrade_notes.adoc[Updates Notes]
  25. ** xref:upgrade/github_latest.adoc[Warning: GitHub Latest]
  26. ** xref:reference/updateChecks.adoc[Update Checks]
  27. ** xref:reference/updateTracking.adoc[Update Tracking (legacy)]
  28. * xref:config.adoc[Configuration]
  29. * xref:reverse-proxies/intro.adoc[Reverse Proxies]
  30. ** xref:reverse-proxies/apache.adoc[Apache]
  31. ** xref:reverse-proxies/caddy.adoc[Caddy]
  32. ** xref:reverse-proxies/haproxy.adoc[HAProxy]
  33. ** xref:reverse-proxies/nginx.adoc[Nginx]
  34. ** xref:reverse-proxies/nginx_proxy_manager.adoc[Nginx Proxy Manager]
  35. ** xref:reverse-proxies/traefik.adoc[Traefik]
  36. * Action Execution
  37. ** xref:action_execution/create_your_first.adoc[Create your first action]
  38. ** xref:action_execution/shellvsexec.adoc[Shell vs Exec]
  39. ** xref:action_execution/ondemand.adoc[Execute on demand]
  40. ** xref:action_execution/oncron.adoc[Execute on schedule (cron)]
  41. ** xref:action_execution/onstartup.adoc[Execute on startup]
  42. ** xref:action_execution/onwebhook.adoc[Execute on webhook]
  43. *** xref:action_execution/onwebhook_github.adoc[GitHub Webhooks]
  44. ** xref:action_execution/onfilecreated.adoc[Execute on file created]
  45. ** xref:action_execution/onfilechanged.adoc[Execute on file changed]
  46. ** xref:action_execution/oncalendar.adoc[Execute on calendar file]
  47. ** xref:action_execution/aftercompletion.adoc[Execute after completion]
  48. ** xref:action_execution/triggers.adoc[Triggers]
  49. * xref:action_customization/intro.adoc[Action Customization]
  50. ** xref:action_customization/popuponstart.adoc[Popup on start]
  51. ** xref:action_customization/icons.adoc[Icons]
  52. ** xref:action_customization/timeouts.adoc[Timeouts]
  53. ** xref:action_customization/users.adoc[Users]
  54. ** xref:action_customization/concurrency.adoc[Concurrency]
  55. ** xref:action_customization/ratelimiting.adoc[Rate Limiting]
  56. ** xref:action_customization/enabledExpression.adoc[Enabled Expression]
  57. ** xref:action_customization/ids.adoc[IDs]
  58. ** xref:action_customization/savelogs.adoc[Save Logs]
  59. * xref:action_examples/intro.adoc[Action Examples]
  60. ** xref:action_examples/containers.adoc[Containers - start/stop]
  61. *** xref:action_examples/docker-proxy.adoc[Docker control, via proxy]
  62. ** xref:action_examples/systemd_service.adoc[Systemd Service]
  63. ** xref:action_examples/ping.adoc[Ping]
  64. ** xref:action_examples/ssh-easy.adoc[SSH (easy)]
  65. ** xref:action_examples/ssh-manual.adoc[SSH (manual)]
  66. ** xref:action_examples/powershell.adoc[Powershell]
  67. ** xref:action_examples/ansible.adoc[Ansible]
  68. * xref:args/intro.adoc[Arguments]
  69. ** xref:args/safety.adoc[Safety]
  70. ** xref:args/types.adoc[Types]
  71. ** xref:args/input.adoc[Input]
  72. ** xref:args/regex.adoc[Input: Regex]
  73. ** xref:args/password.adoc[Input: Password]
  74. ** xref:args/input_checkbox.adoc[Input: Checkbox/Boolean]
  75. ** xref:args/input_dropdown.adoc[Input: Dropdown]
  76. ** xref:args/input_datetime.adoc[Input: Date & Time]
  77. ** xref:args/input_confirmation.adoc[Input: Confirmation]
  78. ** xref:args/input_textarea.adoc[Input: Textarea]
  79. ** xref:args/suggestions.adoc[Suggestions]
  80. ** xref:args/env.adoc[Environment Variables]
  81. * xref:dashboards/intro.adoc[Dashboards]
  82. ** xref:dashboards/examples.adoc[Examples]
  83. ** xref:dashboards/actions.adoc[Actions (Linked)]
  84. ** xref:dashboards/inline-actions.adoc[Actions (Inline)]
  85. ** xref:dashboards/css.adoc[Change component style]
  86. ** xref:dashboards/2-fieldsets.adoc[Fieldsets]
  87. ** xref:dashboards/3-folders.adoc[Folders]
  88. ** xref:dashboards/4-displays.adoc[Displays]
  89. ** xref:dashboards/faq-display-hyperlinks.adoc[Hyperlinks (Displays)]
  90. ** xref:dashboards/5-output-views.adoc[Output Views]
  91. ** xref:dashboards/entity-directories.adoc[Entity Directories]
  92. * xref:entities/intro.adoc[Entities]
  93. ** xref:entities/examples.adoc[Examples]
  94. ** xref:entities/yaml.adoc[YAML Entity Files]
  95. ** xref:entities/json.adoc[JSON Entity Files]
  96. * xref:security/concepts.adoc[Security]
  97. ** xref:security/acl.adoc[Access Control Lists]
  98. ** xref:security/local.adoc[Local Users Authorization]
  99. ** xref:security/api_keys.adoc[API Keys]
  100. ** xref:security/trusted_header.adoc[Trusted Header Authorization]
  101. ** xref:security/jwt.adoc[JWT Authorization]
  102. *** xref:security/jwt_keys.adoc[JWT with Keys]
  103. *** xref:security/jwt_hmac.adoc[JWT with HMAC]
  104. ** xref:security/oauth2.adoc[OAuth2]
  105. *** xref:security/oauth2_authentik.adoc[OAuth2 with Authentik]
  106. *** xref:security/oauth2_authelia.adoc[OAuth2 with Authelia]
  107. *** xref:security/oauth2_pocketid.adoc[OAuth2 with Pocket ID]
  108. ** xref:security/examples.adoc[Security examples]
  109. *** xref:security/example_login_required.adoc[Example: Login Required]
  110. *** xref:security/example_some_admin_actions.adoc[Example: Some actions require admin]
  111. ** xref:security/design_choices.adoc[Security Design & Hardening Recommendations]
  112. ** xref:security/content_security_policy.adoc[Content Security Policy headers]
  113. * Integrations
  114. ** xref:integrations/homeassistant-integration.adoc[Home Assistant (HACS Integration)]
  115. ** xref:integrations/homeassistant.adoc[Home Assistant (REST)]
  116. ** xref:integrations/stream-deck.adoc[Stream-Deck]
  117. ** xref:integrations/n8n.adoc[n8n]
  118. ** xref:security/oauth2_authentik.adoc[Authentik]
  119. ** xref:security/oauth2_pocketid.adoc[Pocket ID]
  120. ** xref:reverse-proxies/intro.adoc[Reverse Proxies]
  121. * xref:solutions/intro.adoc[Solutions]
  122. ** xref:security/examples.adoc[Security examples]
  123. ** xref:solutions/on-git-push/index.adoc[Self hosted GitOps]
  124. ** xref:solutions/container-control-panel/index.adoc[Container Control Panel]
  125. ** xref:solutions/systemd-control-panel/index.adoc[Systemd Control Panel]
  126. ** xref:solutions/heating-control-panel/index.adoc[Heating Control Panel]
  127. ** xref:solutions/k8s-control-panel-hosted/index.adoc[Kubernetes Control Panel (hosted)]
  128. ** xref:solutions/primitive-password/index.adoc[Primitive Password Protection]
  129. ** xref:solutions/wol/index.adoc[Wake on LAN]
  130. ** xref:solutions/cloudflare_access_tunnel/index.adoc[Cloudflare Access & Tunnels]
  131. ** xref:solutions/directory-actions/index.adoc[Directory Actions]
  132. * xref:advanced_configuration/intro.adoc[Advanced Configuration]
  133. ** xref:advanced_configuration/logs.adoc[Logging - Application]
  134. ** xref:advanced_configuration/logs-actions.adoc[Logging - Actions]
  135. ** xref:advanced_configuration/logs-calendar.adoc[Logs Calendar View]
  136. ** xref:advanced_configuration/diagnostics.adoc[Diagnostics]
  137. ** xref:advanced_configuration/config_envs.adoc[Config Envs]
  138. ** xref:advanced_configuration/ports.adoc[Ports]
  139. ** xref:advanced_configuration/stylemods.adoc[Style Mods]
  140. ** xref:advanced_configuration/prometheus.adoc[Prometheus]
  141. ** xref:advanced_configuration/timezones.adoc[Timezones]
  142. ** xref:advanced_configuration/webui.adoc[Customize the WebUI]
  143. * Reference
  144. ** xref:reference/network-ports.adoc[Network Ports]
  145. ** xref:reference/exitCodes.adoc[Exit Codes]
  146. ** xref:reference/containerInstallPackages.adoc[Install packages in containers]
  147. ** xref:reference/reference_snapshots.adoc[Snapshots]
  148. ** xref:reference/reference_themes_for_users.adoc[Themes (for users)]
  149. ** xref:reference/reference_themes_for_developers.adoc[Themes (for developers)]
  150. ** xref:reference/contribute.adoc[Contribute]
  151. ** xref:reference/donations_and_sponsorship.adoc[Donations & Sponsorship]
  152. ** xref:reference/multiple_instances.adoc[Multiple Instances]
  153. ** xref:reference/release_policy.adoc[Release Policy]
  154. ** xref:reference/includes.adoc[Includes]
  155. * Troubleshooting
  156. ** xref:troubleshooting/wheretofindhelp.adoc[Where to find help]
  157. ** xref:troubleshooting/browser-console-logs.adoc[Browser console logs (WebUI)]
  158. ** xref:troubleshooting/service-logs.adoc[Service logs (OliveTin process)]
  159. ** xref:troubleshooting/server-diagnostics.adoc[Server diagnostics]
  160. ** xref:troubleshooting/puid-pgid.adoc[No PUID/PGID support]
  161. ** xref:troubleshooting/log-debug-options.adoc[Log Debug Options]
  162. ** xref:troubleshooting/exit127.adoc[Exit Code 127]
  163. ** xref:troubleshooting/err-fetch-webui-settings.adoc[Error: WebUI Settings]
  164. ** xref:troubleshooting/err-fetch-buttons.adoc[Error: Fetch Buttons]
  165. ** xref:troubleshooting/err-js-modules-not-supported.adoc[Error: JS Modules not supported]
  166. ** xref:troubleshooting/err-websocket-connection.adoc[Error: Websocket Connection]
  167. ** xref:troubleshooting/err-webui-mismatch.adoc[Error: WebUI Version Mismatch]
  168. ** xref:troubleshooting/advanced.adoc[Advanced Troubleshooting]
  169. * xref:api/intro.adoc[API]
  170. ** xref:api/start_action.adoc[Start Actions from the API]
  171. *** xref:api/method_StartAction.adoc[StartAction]
  172. *** xref:api/method_StartActionByGet.adoc[StartActionByGet]
  173. *** xref:api/method_StartActionAndWait.adoc[StartActionAndWait]
  174. *** xref:api/method_StartActionByGetAndWait.adoc[StartActionByGetAndWait]
  175. ** xref:api/misc.adoc[Misc API calls]
  176. ** xref:api/login.adoc[Local user login via the API]