Browse Source

structure ok, git added

master
TiynGER 7 months ago
parent
commit
12a08d041f
35 changed files with 53 additions and 35 deletions
  1. +0
    -0
      arch-installation/devices/thinkpad_x220.md
  2. +0
    -0
      software/applications/airsonic.md
  3. +0
    -0
      software/applications/bare-git.md
  4. +0
    -0
      software/applications/bind.md
  5. +0
    -0
      software/applications/cups.md
  6. +0
    -0
      software/applications/dovecot.md
  7. +0
    -0
      software/applications/flask.md
  8. +0
    -0
      software/applications/foldingathome.md
  9. +0
    -0
      software/applications/gitea.md
  10. +35
    -0
      software/applications/gopher-proxy.md
  11. +1
    -35
      software/applications/gopher-server.md
  12. +0
    -0
      software/applications/hastebin.md
  13. +0
    -0
      software/applications/homer.md
  14. +0
    -0
      software/applications/jellyfin.md
  15. +0
    -0
      software/applications/khal.md
  16. +0
    -0
      software/applications/khard.md
  17. +0
    -0
      software/applications/mordhau.md
  18. +0
    -0
      software/applications/neomutt.md
  19. +0
    -0
      software/applications/nginx.md
  20. +0
    -0
      software/applications/onedrive.md
  21. +0
    -0
      software/applications/openvpn.md
  22. +0
    -0
      software/applications/owncloud.md
  23. +0
    -0
      software/applications/pinedocs.md
  24. +0
    -0
      software/applications/plex.md
  25. +0
    -0
      software/applications/portainer.md
  26. +0
    -0
      software/applications/radicale.md
  27. +0
    -0
      software/applications/samba.md
  28. +0
    -0
      software/applications/sc-im.md
  29. +0
    -0
      software/applications/shells.md
  30. +0
    -0
      software/applications/syncthing.md
  31. +0
    -0
      software/applications/teamspeak.md
  32. +0
    -0
      software/applications/todo-list.md
  33. +0
    -0
      software/applications/wine.md
  34. +0
    -0
      software/applications/yourls.md
  35. +17
    -0
      software/git.md

arch-installation/thinkpad_x220.md → arch-installation/devices/thinkpad_x220.md


applications/airsonic.md → software/applications/airsonic.md


applications/bare-git.md → software/applications/bare-git.md


applications/bind.md → software/applications/bind.md


applications/cups.md → software/applications/cups.md


applications/dovecot.md → software/applications/dovecot.md


applications/flask.md → software/applications/flask.md


applications/foldingathome.md → software/applications/foldingathome.md


applications/gitea.md → software/applications/gitea.md


+ 35
- 0
software/applications/gopher-proxy.md

@ -0,0 +1,35 @@
# Gopherproxy
## Setup Proxy
### Docker
The official container and documentation was made by [prologic](https://hub.docker.com/r/prologic/gopherproxy).
#### Ports
Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description |
| -------------- | ------------------------ | -------- | ---------------------------------------- |
| 8000 | 8000 | TCP | port to proxy the gopher site as http to |
#### Additional
There are some special variables to set.
| Flag | Usage |
| ---- | ------------------------------------------------------------- |
| -uri | define the gopher site to proxy (just 'domain.tld' is enough) |
#### Rebuild
```
#!/bin/sh
docker stop gopheroverhttp
docker rm gopheroverhttp
docker pull prologic/gopherproxy
docker run --name gopheroverhttp \
--restart unless-stopped \
-p 8000:8000 \
-d prologic/gopherproxy \
-uri 'domain.tld'
```

applications/gopher.md → software/applications/gopher-server.md

@ -1,38 +1,4 @@
# Gopherproxy
## Setup Proxy
### Docker
The official container and documentation was made by [prologic](https://hub.docker.com/r/prologic/gopherproxy).
#### Ports
Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description |
| -------------- | ------------------------ | -------- | ---------------------------------------- |
| 8000 | 8000 | TCP | port to proxy the gopher site as http to |
#### Additional
There are some special variables to set.
| Flag | Usage |
| ---- | ------------------------------------------------------------- |
| -uri | define the gopher site to proxy (just 'domain.tld' is enough) |
#### Rebuild
```
#!/bin/sh
docker stop gopheroverhttp
docker rm gopheroverhttp
docker pull prologic/gopherproxy
docker run --name gopheroverhttp \
--restart unless-stopped \
-p 8000:8000 \
-d prologic/gopherproxy \
-uri 'domain.tld'
```
# Gopher Server
## Setup Server ## Setup Server

applications/hastebin.md → software/applications/hastebin.md


applications/homer.md → software/applications/homer.md


applications/jellyfin.md → software/applications/jellyfin.md


applications/khal.md → software/applications/khal.md


applications/khard.md → software/applications/khard.md


applications/mordhau.md → software/applications/mordhau.md


applications/neomutt.md → software/applications/neomutt.md


applications/nginx.md → software/applications/nginx.md


applications/onedrive.md → software/applications/onedrive.md


applications/openvpn.md → software/applications/openvpn.md


applications/owncloud.md → software/applications/owncloud.md


applications/pinedocs.md → software/applications/pinedocs.md


applications/plex.md → software/applications/plex.md


applications/portainer.md → software/applications/portainer.md


applications/radicale.md → software/applications/radicale.md


applications/samba.md → software/applications/samba.md


applications/sc-im.md → software/applications/sc-im.md


applications/shells.md → software/applications/shells.md


applications/syncthing.md → software/applications/syncthing.md


applications/teamspeak.md → software/applications/teamspeak.md


applications/todo-list.md → software/applications/todo-list.md


applications/wine.md → software/applications/wine.md


applications/yourls.md → software/applications/yourls.md


+ 17
- 0
software/git.md

@ -0,0 +1,17 @@
# Git
Git is probably the best version control system (VCS) there is.
It's easy and can be lightweight, but also has tons of possibilities for using graphical (/web) user interfaces.
## Git with web interface
Web interfaces for git are quite useful for easily showing code to other people.
Additionally it is easy to collaborate together.
- [Gitea](applications/gitea.md) is an open-source and selfhosted
## Git without graphical interface
If you don't need a bloated web-interface the a more [basic idea](applications/bare-git.md)
is probably what you're looking for.

Loading…
Cancel
Save