https://github.com/kinduff/ansible-docker-filebrowser
https://github.com/kinduff/ansible-docker-filebrowser
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kinduff/ansible-docker-filebrowser
- Owner: kinduff
- License: agpl-3.0
- Created: 2023-11-24T17:58:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T20:18:13.000Z (over 2 years ago)
- Last Synced: 2025-02-22T21:43:43.395Z (over 1 year ago)
- Language: Jinja
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Ansible Filebrowser Role
This is an [Ansible](https://www.ansible.com) role which installs [Filebrowser](https://filebrowser.org) to run as a [Docker](https://www.docker.com) container wrapped in a systemd service.
This role _implicitly_ depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)
Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
---
Thanks for the work of [etke.cc](https://gitlab.com/etke.cc/) for the template for this role.