These are some guides for various use.
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.

38 lines
2.6 KiB

  1. # Docker
  2. Here you can find a bunch of rebuild shell scripts to automatically stop, remove, update and rebuild containers (or if they dont exist just build them).
  3. | File/Folder | Description |
  4. | ----------------- | ----------------------------------------------- |
  5. | airsonic | music streaming service |
  6. | bind | dns service |
  7. | cups | print service |
  8. | docker-mailserver | mail service |
  9. | docker-radicale | caldav service |
  10. | folding-at-home | give your cpu power to fight disease |
  11. | gitea | github-like git service |
  12. | git-server-docker | git-server without gui |
  13. | gopherproxy | show a given gopherhole over http |
  14. | gopherserver | service to run a gopherhole |
  15. | hastebin | pastebin alternative |
  16. | homer | static website |
  17. | jellyfin | video streaming service |
  18. | mordhau-server | server for steamgame mordhau |
  19. | nginx | reverse proxy for http(s) |
  20. | onedrive | onedrive client |
  21. | openvpn | vpn service |
  22. | owncloud | server app for owncloud |
  23. | owncloudclient | client app for owncloud |
  24. | pinedocs | view files, good for documentation or wiki |
  25. | pltu | vpn tunnel to a plex service |
  26. | portainer | docker monitoring web-gui |
  27. | portainer-agent | docker agent to connect to existing portainer |
  28. | python-flask | python flask webdev framework |
  29. | samba | shared network storage |
  30. | syncthing | decentralized synchronization tool |
  31. | teamspeak | teamspeak3 server |
  32. | todo | simple todo webgui |
  33. ## Dependencies
  34. These scripts only require ```sh``` and a standard ```docker``` install.
  35. Some of them need the additional ```docker-compose``` package to work, they will have corresponding files in their folders.
  36. If there is more to the configuration than just running the script and following a guided configuration, there is a guide aswell.