/
/
/
1# Runner Services Access Information
2# Generated on {{ ansible_date_time.iso8601 }}
3
4## Service Status
5{% if frigate_enabled %}- Frigate (CCTV): ENABLED{% else %}- Frigate (CCTV): DISABLED{% endif %}
6{% if immich_enabled %}- Immich (Photos): ENABLED{% else %}- Immich (Photos): DISABLED{% endif %}
7{% if forgejo_enabled %}- Forgejo (Git): ENABLED{% else %}- Forgejo (Git): DISABLED{% endif %}
8{% if stirling_pdf_enabled %}- Stirling-PDF: ENABLED{% else %}- Stirling-PDF: DISABLED{% endif %}
9{% if tandoor_enabled %}- Tandoor (Recipes): ENABLED{% else %}- Tandoor (Recipes): DISABLED{% endif %}
10{% if ghost_enabled %}- Ghost CMS: ENABLED{% else %}- Ghost CMS: DISABLED{% endif %}
11
12## Access URLs
13{% if frigate_enabled %}- Frigate: http://{{ ansible_default_ipv4.address }}:{{ frigate_port | default(5000) }}{% endif %}
14{% if immich_enabled %}- Immich: http://{{ ansible_default_ipv4.address }}:{{ immich_server_port | default(2283) }}{% endif %}
15{% if forgejo_enabled %}- Forgejo: http://{{ ansible_default_ipv4.address }}:{{ forgejo_http_port | default(3010) }}
16- Forgejo SSH: ssh://git@{{ ansible_default_ipv4.address }}:{{ forgejo_ssh_port | default(2222) }}{% endif %}
17{% if stirling_pdf_enabled %}- Stirling-PDF: http://{{ ansible_default_ipv4.address }}:{{ stirling_pdf_port | default(8090) }}{% endif %}
18{% if tandoor_enabled %}- Tandoor: http://{{ ansible_default_ipv4.address }}:{{ tandoor_port | default(8085) }}{% endif %}
19{% if ghost_enabled %}- Ghost CMS: http://{{ ansible_default_ipv4.address }}:{{ ghost_port | default(2368) }}{% endif %}
20
21## Service Directories
22- Frigate: {{ frigate_config_dir }}
23- Immich: {{ immich_config_dir }}
24- Forgejo: {{ forgejo_config_dir }}
25- Stirling-PDF: {{ stirling_pdf_config_dir }}
26- Tandoor: {{ tandoor_config_dir }}
27- Ghost: {{ ghost_config_dir }}
28
29## Management Commands
30- Service Status: /usr/local/bin/runner-status.sh
31- View Logs: /usr/local/bin/runner-logs.sh
32- Restart Services: /usr/local/bin/runner-restart.sh
33- Update Containers: /usr/local/bin/runner-update.sh
34
35## NFS Mounts
36{% if runner_nfs_enabled %}- NFS Storage: {{ runner_nfs_mount_dir }}{% else %}- NFS Storage: DISABLED{% endif %}
37
38---
39This file was automatically generated by Ansible. Do not edit manually.