mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- Created basic plinth app which starts an introducer and a storage node on the FreedomBox. - Prompt user to set a domain name before creating Tahoe-LAFS nodes. - Support adding and removing of introducers to the storage node. - Serve Tahoe-LAFS from a different port. - Start all nodes and introducers at system startup. - Add utility class YAMLFile with test cases.
28 lines
318 B
Plaintext
28 lines
318 B
Plaintext
*.pyc
|
|
*.py.bak
|
|
*.swp
|
|
*.tiny.css
|
|
data/var/log/plinth/*.log
|
|
data/var/lib/plinth/*.sqlite3
|
|
data/var/lib/plinth/sessions/*
|
|
data/var/run/*.pid
|
|
doc/*.pdf
|
|
doc/*.html
|
|
doc/plinth.1
|
|
\#*
|
|
.#*
|
|
*~
|
|
predepend
|
|
build/
|
|
.emacs.desktop*
|
|
*.egg-info/
|
|
dist/
|
|
.coverage
|
|
plinth/tests/coverage/report/
|
|
*.mo
|
|
.vagrant/
|
|
.idea/
|
|
.DS_Store
|
|
*.box
|
|
.eggs
|