add selfhosted links

This commit is contained in:
Denis Lehmann 2020-05-04 23:11:27 +02:00
parent 002abaa307
commit bb7fb68c05
8 changed files with 71 additions and 84 deletions

View file

@ -6,7 +6,10 @@ categories. [Casual](#casual) contains software for everyone.
technically more interested. technically more interested.
If you are using **Android**, take a look at the [**Android If you are using **Android**, take a look at the [**Android
List**](./android.md). Links**](./android.md).
If you are owning a **server**, take a look at the [**Selfhosted
Links**](./selfhosted.md).
- [Casual](#casual) - [Casual](#casual)
- [Communication](#communication) - [Communication](#communication)
@ -25,7 +28,7 @@ List**](./android.md).
- [Programming Languages](#programming-languages) - [Programming Languages](#programming-languages)
- [Search Engines](#search-engines) - [Search Engines](#search-engines)
- [Terminal](#terminal) - [Terminal](#terminal)
- [Version Controlling](#version-controlling) - [Version Control](#version-control)
- [Video](#video) - [Video](#video)
- [Web Browsers](#web-browsers) - [Web Browsers](#web-browsers)
- [Window Managers](#window-managers) - [Window Managers](#window-managers)
@ -162,7 +165,7 @@ List**](./android.md).
Python-powered, cross-platform, Unix-gazing shell language and Python-powered, cross-platform, Unix-gazing shell language and
command prompt command prompt
### Version Controlling ### Version Control
- [**Git**](https://git-scm.com/) - [**Git**](https://git-scm.com/)
Distributed version control system designed to handle everything Distributed version control system designed to handle everything

View file

@ -152,7 +152,7 @@ Nerdy
: Python-powered, cross-platform, Unix-gazing shell language and : Python-powered, cross-platform, Unix-gazing shell language and
command prompt command prompt
### Version Controlling ### Version Control
[**Git**](https://git-scm.com/) [**Git**](https://git-scm.com/)
: Distributed version control system designed to handle everything : Distributed version control system designed to handle everything

22
raw/body_selfhosted.md Normal file
View file

@ -0,0 +1,22 @@
### Communication
[**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/)
: Complete and simple NixOS mailserver
[**Synapse**](https://matrix.org/docs/projects/server/synapse/)
: Matrix.org's reference server
### DAV
[**Radicale**](https://radicale.org/)
: Small but powerful CalDAV and CardDAV server
### Newsfeeds
[**Tiny Tiny RSS**](https://tt-rss.org/)
: Web-based news feed reader and aggregator
### Version Control
[**Gitea**](https://gitea.io/)
: Community managed lightweight code hosting solution written in Go

View file

@ -5,9 +5,13 @@ pandoc header.md -o header.md
pandoc body.md -o body.md pandoc body.md -o body.md
pandoc header_android.md -o header_android.md pandoc header_android.md -o header_android.md
pandoc body_android.md -o body_android.md pandoc body_android.md -o body_android.md
pandoc header_selfhosted.md -o header_selfhosted.md
pandoc body_selfhosted.md -o body_selfhosted.md
# Generate README.md and android.md # Generate README.md and android.md
pandoc -H header.md --toc body.md -o ../README.md pandoc -H header.md --toc body.md -o ../README.md
pandoc -t gfm ../README.md -o ../README.md pandoc -t gfm ../README.md -o ../README.md
pandoc -H header_android.md --toc body_android.md -o ../android.md pandoc -H header_android.md --toc body_android.md -o ../android.md
pandoc -t gfm ../android.md -o ../android.md pandoc -t gfm ../android.md -o ../android.md
pandoc -H header_selfhosted.md --toc body_selfhosted.md -o ../selfhosted.md
pandoc -t gfm ../selfhosted.md -o ../selfhosted.md

View file

@ -7,4 +7,7 @@ categories. [Casual](#casual) contains software for everyone.
technically more interested. technically more interested.
If you are using **Android**, take a look at the [**Android If you are using **Android**, take a look at the [**Android
List**](./android.md). Links**](./android.md).
If you are owning a **server**, take a look at the [**Selfhosted
Links**](./selfhosted.md).

4
raw/header_selfhosted.md Normal file
View file

@ -0,0 +1,4 @@
Android Links
=============
This is a collection of nice open source software for your server.

View file

@ -1,79 +0,0 @@
# Links
This is a collection of nice open source software.
- [Casual](#casual)
- [Office](#office)
- [Nerdy](#nerdy)
- [Package Managers](#package-managers)
- [Operating Systems](#operating-systems)
- [File Sharing / Synchronisation](#file-sharing-synchronisation)
- [Writing](#writing)
- [Editors](#editors)
- [Search Engines](#search-engines)
- [Window Managers](#window-managers)
- [Web Browsers](#web-browsers)
Casual
------
### Office
- [**Libre Office**](https://libreoffice.org/)\
Free and powerful office suite
Nerdy
-----
### Package Managers
- [**Nix**](https://nixos.org/nix/)\
Purely functional package manager, available for all Unix based
distributions
### Operating Systems
- [**NixOS**](https://nixos.org/)\
Declarative operating system, based on the **Nix** package manager
### File Sharing / Synchronisation
- [**Magic Wormhole**](https://github.com/warner/magic-wormhole/)\
Get things from one computer to another, safely
- [**Syncthing**](https://syncthing.net/)\
Synchronizes files between two or more computers in real time,
safely protected from prying eyes
### Writing
- [**Pandoc**](https://pandoc.org/)\
Swiss-army knife for converting files from one markup format into
another
### Editors
- [**Kakoune**](https://kakoune.org/)\
Modal editor, similar to Vim
### Search Engines
- [**searx**](https://asciimoo.github.io/searx/)\
Searx is a free internet metasearch engine which aggregates results
from more than 70 search services
### Window Managers
- [**i3**](https://i3wm.org/)\
Improved tiling window manager
- [**i3-gaps**](https://github.com/Airblader/i3/)\
**i3** with more features
### Web Browsers
- [**qutebrowser**](https://qutebrowser.org/)\
Keyboard-focused browser with a minimal GUI
- [**w3m**](http://w3m.sourceforge.net/)\
Text-based web browser as well as a pager

30
selfhosted.md Normal file
View file

@ -0,0 +1,30 @@
# Android Links
This is a collection of nice open source software for your server.
- [Communication](#communication)
- [DAV](#dav)
- [Newsfeeds](#newsfeeds)
- [Version Control](#version-control)
### Communication
- [**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/)
Complete and simple NixOS mailserver
- [**Synapse**](https://matrix.org/docs/projects/server/synapse/)
Matrix.orgs reference server
### DAV
- [**Radicale**](https://radicale.org/)
Small but powerful CalDAV and CardDAV server
### Newsfeeds
- [**Tiny Tiny RSS**](https://tt-rss.org/)
Web-based news feed reader and aggregator
### Version Control
- [**Gitea**](https://gitea.io/)
Community managed lightweight code hosting solution written in Go