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
3.7 KiB

  1. # DockerRebuilds
  2. In this repository 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. | Name | Description | Rebuild Readme | Installation Guide |
  4. | ----------------- | ----------------------------------------------- | -------------- | ------------------ |
  5. | airsonic | music streaming service | yes | no |
  6. | bind | dns service | yes | no |
  7. | cups | print service | yes | no |
  8. | docker-mailserver | mail service | yes | no |
  9. | docker-radicale | caldav service | yes | no |
  10. | folding-at-home | give your cpu power to fight disease | yes | no |
  11. | gitea | github-like git service | yes | no |
  12. | git-server-docker | git-server without gui | yes | no |
  13. | gopherproxy | show a given gopherhole over http | yes | no |
  14. | gopherserver | service to run a gopherhole | yes | no |
  15. | hastebin | pastebin alternative | yes | no |
  16. | homer | static website | yes | no |
  17. | jellyfin | video streaming service | yes | no |
  18. | mordhau-server | server for steamgame mordhau | yes | no |
  19. | nginx | reverse proxy for http(s) | yes | no |
  20. | onedrive | onedrive client | yes | no |
  21. | openvpn | vpn service | yes | no |
  22. | owncloud | server app for owncloud | yes | no |
  23. | owncloudclient | client app for owncloud | yes | no |
  24. | pinedocs | view files, good for documentation or wiki | yes | no |
  25. | pltu | vpn tunnel to a plex service | yes | no |
  26. | portainer | docker monitoring web-gui | yes | no |
  27. | portainer-agent | docker agent to connect to existing portainer | yes | no |
  28. | python-flask | python flask webdev framework | yes | no |
  29. | samba | shared network storage | yes | no |
  30. | syncthing | decentralized synchronization tool | yes | no |
  31. | teamspeak | teamspeak3 server | yes | no |
  32. | todo | simple todo webgui | yes | no |
  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.