diff --git a/wiki/file-synchronization.md b/wiki/file-synchronization.md index 9337058..d130053 100644 --- a/wiki/file-synchronization.md +++ b/wiki/file-synchronization.md @@ -10,8 +10,8 @@ you can sync as you please. You do not need to care which machines are online to get all the files you need. If you are talking about a cloud, this is this. -- [Owncloud](setups/owncloud.md) is a self-hostable, open-source file hosting service that can be dockerized. -- [Onedrive](setups/onedrive.md) is a very popular piece of software despite being proprietary. +- [Owncloud](owncloud.md) is a self-hostable, open-source file hosting service that can be dockerized. +- [Onedrive](onedrive.md) is a very popular piece of software despite being proprietary. You can not self-host it, but you can run a dockerized client. ## Synchronizing without main server @@ -20,4 +20,4 @@ If you can bare the difficulties ascending due to the mentioned above problems, safe way to "host" files. There is no single server as point of attack with all your data. -- [Syncthing](setups/syncthing.md) is a free and open-source peer-to-peer file synchronization tool that can be dockerized. +- [Syncthing](syncthing.md) is a free and open-source peer-to-peer file synchronization tool that can be dockerized. diff --git a/wiki/git.md b/wiki/git.md index aedf52e..9170a84 100644 --- a/wiki/git.md +++ b/wiki/git.md @@ -17,11 +17,11 @@ There is also an interactive [fixup guide by Seth Robertson](https://sethroberts 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 and can be dockerized. +- [Gitea](gitea.md) is an open-source and selfhosted and can be dockerized. ## Server without graphical interface If you don't need a bloated web-interface a more basic approach is more than enough. -- [git-server-docker](setups/bare-git.md) is a pretty basic docker-container for git. +- [git-server-docker](bare-git.md) is a pretty basic docker-container for git. diff --git a/wiki/mail.md b/wiki/mail.md index 3570ea7..ef2fbe6 100644 --- a/wiki/mail.md +++ b/wiki/mail.md @@ -8,11 +8,11 @@ Nevertheless there are some really nice pieces of software to check out. If you want to host your own mail-server there are solutions with and without interfaces. -- [Dovecot](setups/dovecot.md) is a simple mail server that can be dockerized and has no interface. +- [Dovecot](dovecot.md) is a simple mail server that can be dockerized and has no interface. ## Client If you don't have a built-in web interface for your mail-server you need some software to access your mails. And even if you have it can be useful to keep your mails synced locally on your pc. -- [Neomutt](setups/neomutt.md) is a terminal-based mail client, that has a simple interface. +- [Neomutt](neomutt.md) is a terminal-based mail client, that has a simple interface. diff --git a/wiki/music.md b/wiki/music.md index d5f09ce..709a647 100644 --- a/wiki/music.md +++ b/wiki/music.md @@ -9,4 +9,4 @@ In general you need to consider if you want the music directly on your pc or acc If you want to keep your system clean of much data, you can use this kind of setup. There are differences depending on your preffered client interface. -- [Airsonic](setups/airsonic.md) is a free fork of Subsonic, can be dockerized and has a web-interface. +- [Airsonic](airsonic.md) is a free fork of Subsonic, can be dockerized and has a web-interface. diff --git a/wiki/office-software.md b/wiki/office-software.md index 6f77788..a452782 100644 --- a/wiki/office-software.md +++ b/wiki/office-software.md @@ -8,5 +8,5 @@ The software can vary in coverage and interface type. One of the most used file modification is done in csv or similar datatypes. -- [sc-im](setups/sc-im.md) is a simple table calculation program with a terminal based interface. +- [sc-im](sc-im.md) is a simple table calculation program with a terminal based interface.