You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
732 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # project-tools
  2. Set of tools inside Docker containers, using docker-compose.
  3. ### Current tools
  4. - [x] git
  5. - [ ] gitlab
  6. - [x] gogs (https://gogs.io/)
  7. - [x] gitea (https://gitea.io)
  8. - [x] kanboard (https://kanboard.org/)
  9. - [x] mumble (murmur) (https://www.mumble.com/)
  10. - [ ] collaborative pads
  11. - [ ] etherpad (http://etherpad.org/)
  12. - [ ] cryptopad
  13. - [ ] nextcloud
  14. - [x] dudle (https://github.com/kellerben/dudle/)
  15. - [ ] chat
  16. - [ ] matrix
  17. - [ ] rocketchat
  18. - [x] draw.io
  19. Run with
  20. ```
  21. docker-compose up
  22. ```
  23. Ports:
  24. - launcher
  25. - 8080
  26. - gogs
  27. - 4000
  28. - kanboard
  29. - 4001
  30. - etherpad
  31. - 4002
  32. - dudle
  33. - 4003
  34. - draw
  35. - 4004
  36. - gitea
  37. - 4005
  38. In the directory /launcher there is a webapp with links to all the services.