Go to file
meaz 9972ec5353
Bump to 0.05.14
2021-06-17 06:06:53 +02:00
Playbooks Migration commit; fresh start 2021-03-17 17:43:50 +01:00
defaults Bump to 0.05.14 2021-06-17 06:06:53 +02:00
handlers Migration commit; fresh start 2021-03-17 17:43:50 +01:00
tasks Migration commit; fresh start 2021-03-17 17:43:50 +01:00
templates Bump to 0.05.14 2021-06-17 06:06:53 +02:00
.gitignore Migration commit; fresh start 2021-03-17 17:43:50 +01:00
LICENSE Migration commit; fresh start 2021-03-17 17:43:50 +01:00
README.MD Migration commit; fresh start 2021-03-17 17:43:50 +01:00
Vagrantfile Migration commit; fresh start 2021-03-17 17:43:50 +01:00

README.MD

Lufi - Ansible Role

This role deploys, configures and updates Lufi - end to end encrypted file upload service. The role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up ansible-playbook -b Playbooks/lufi.yml

Then you can access Lufi from your computer on http://192.168.33.4

Playbook

The playbook includes crontab role to deploy cleanup scripts for Lufi, which is also available in Ansible roles repos. It also includes Nginx.

CHANGELOG

  • 02.02.2021 - Add possibily to choose which release version to install
  • 22.11.2020 - Make it ready for public release
    • Clean vars
    • improve readme file