mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-01 09:30:29 +00:00
- Install mod_auth_pubtkt and generate public/private key-pair. - Redirect user to login page if no cookie is presented. - Add check for authenticated user for login page. - Temporarily switched to DSA because of a bug in mod_auth_pubtkt which causes it to accept only DSA and not RSA. Also had to use SHA1 instead of SHA256. - Enabled SSO for Syncthing, Repro and TT-RSS. - Using tokens to authorize by user groups. - Generate keys during first boot.
27 lines
312 B
Plaintext
27 lines
312 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
|