Go to file
meaz b46030fdd2 Merge pull request 'Bump to 0.07.00' (#11) from 0.07.00 into main
Reviewed-on: #11
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
2023-12-26 19:44:37 +00:00
Playbooks Migration commit; fresh start 2021-03-17 17:43:50 +01:00
defaults fix error in version number 2023-12-26 12:56:05 +01:00
handlers Migration commit; fresh start 2021-03-17 17:43:50 +01:00
tasks git clone theme as lufi user 2023-07-11 09:25:43 +02:00
templates update to 0.07.00 2023-12-26 12:38:16 +01: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 upgrade vagrant to bullseye (#5) 2022-09-21 15:16:53 +00:00
Vagrantfile add acl in vagrant file 2023-01-08 20:35:52 +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

In case you need to flush the local folder, use the tag flushlocal so ansible-playbook -b Playbooks/lufi.yml --tags flushlocal

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