https://github.com/ct-open-source/telerec-t-portainer
Portainer container for Telerec't
https://github.com/ct-open-source/telerec-t-portainer
Last synced: 3 months ago
JSON representation
Portainer container for Telerec't
- Host: GitHub
- URL: https://github.com/ct-open-source/telerec-t-portainer
- Owner: ct-Open-Source
- Created: 2023-10-01T18:28:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:44:28.000Z (about 1 year ago)
- Last Synced: 2025-02-14T19:49:49.754Z (4 months ago)
- Language: Jinja
- Size: 4.88 KB
- Stars: 1
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telerect-t-portainer
Portainer container for Telerec'tWe recommend to use Portainer at a subdomain to your regular known domain like `portainer.example.com`.
If you don't have a subdomain to use which is usually the case for home servers with a purely local
installation of Portainer. In this case use a path prefix by setting `url_path_prefix: "/portainer"`## Example configuration
This example configuration is a block you place in `group_vars/all.yml`:```yaml
portainer:
name: portainer
admin_user: "admin"
directory: "{{ docker_dir }}/portainer"
domain: "homeserver.fritz.box"
url_path_prefix: "/portainer"
admin_password: "someSecretPasswordOfYourChoice"
```