systems.mdwn 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. In addition to the web server serving this wiki to you, the Partager projects
  2. runs several other services, as part of the "Decentralization Project" - an
  3. attempt to create a home/community server system allowing people to access
  4. information and communication tools without relying on centralized systems.
  5. As part of the decentralization project, administrator and user guides are being
  6. written. These can be used to launch and run home/community servers like the
  7. ones run by Partager. They are based on personal experience, but try to be
  8. general-purpose and suggest alternatives and possible improvements.
  9. + [[Decentralization]] - about the project
  10. The following sections are dedicated to management, maintenance and development
  11. of Partager's servers. Generally useful developments will be contributed back to
  12. the community.
  13. + [[Diaries]] - logs of work in progress
  14. + [[Projects]] - development of server features
  15. # Tasks
  16. [[TODO|TODO/OPEN]] move these into diary/project/server pages
  17. - Start using SSL and Monkeysphere
  18. * Monkeysphere for the git server SSH access
  19. * Monkeysphere for website
  20. * Monkeysphere for Jabber server, including for s2s
  21. * Monkeysphere for mail server?
  22. - Try cjdns and then maybe launch a mirror in Hyperboria
  23. - Read about `git commit -S`:
  24. * How to see un/authorized signatures in `git log`
  25. * How to use git pre-receive hook to accept commits based on authorized
  26. signatures or GPG web of trust
  27. - Go over these links and the website in general
  28. * <http://www.debian-administration.org/about/Debian%20Administration>
  29. * <http://www.debian-administration.org/about/SSL%20Certificate>
  30. - Add this and flossmnuals in some "resources" page. Specifically the sag guide
  31. in the first link in good for sysadmins (I need to read it too). There's a
  32. debian packge for it, sysadmin-guide. And the Debian admin guide too - it has
  33. a debian package too! The question is, do they belongs to systems/admin-guides
  34. (for decentralization project) or to - hmm wait. tools/guides is my own
  35. guides, which I wrote. But this time it is not the case. I'll just put the
  36. links under admin-guides/, maybe in some "resources" page.
  37. * <http://www.tldp.org/LDP/sag/html/index.html>
  38. * <http://www.tldp.org/guides.html>
  39. * <http://www.tldp.org>