Skip to content

SWGI application to browse text files and display them via jinja2 templates

Notifications You must be signed in to change notification settings

steph-perez/liftree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liftree

SWGI application to browse text files and display them via jinja2 templates

Setup

Prerequisite

fedora 29

Procedure

As root on your server

useradd liftree
su - liftree
git clone https://github.com/vengaar/liftree.git
exit
ansible-playbook /home/liftree/liftree/setup/setup.yml

Test

Test url:

  • http://{your_ip}/info
  • http://{your_ip}/search
  • http://{your_ip}/show
  • http://{your_ip}/show?path=/home/liftree/liftree/example/data/test.md

About

SWGI application to browse text files and display them via jinja2 templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.5%
  • Dockerfile 6.1%
  • Shell 5.4%