Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yilmaz08/nixos-server
My NixOS homeserver configs
https://github.com/yilmaz08/nixos-server
home-server nixos server
Last synced: 4 days ago
JSON representation
My NixOS homeserver configs
- Host: GitHub
- URL: https://github.com/yilmaz08/nixos-server
- Owner: yilmaz08
- License: mit
- Archived: true
- Created: 2024-07-07T14:23:51.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T20:32:30.000Z (3 months ago)
- Last Synced: 2025-01-22T22:41:24.313Z (23 days ago)
- Topics: home-server, nixos, server
- Language: Nix
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DISCLAIMER: I don't use NixOS on my home server anymore and this repository won't be maintained.
# Home Server Setup
My home server setup on ayilmaz.xyzI don't provide some parts since they are either personal or possibly vulnerable.
## Docker
### Mail Server
[A production-ready fullstack but simple containerized mail server.](https://github.com/docker-mailserver/docker-mailserver) \
I host all my [email protected] mails with this.
### Nextcloud AIO
[The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.](https://github.com/nextcloud/all-in-one) \
I host my nextcloud server via Docker and it is really easy to setup.
### Pi-Hole Docker
[Pi-hole in a docker container](https://github.com/pi-hole/docker-pi-hole) \
I host pihole for ad, scam and telemetry blocking.My adlists:
```
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts (default)
https://raw.githubusercontent.com/blocklistproject/Lists/master/malware.txt
https://raw.githubusercontent.com/blocklistproject/Lists/master/tracking.txt
https://raw.githubusercontent.com/blocklistproject/Lists/master/scam.txt
https://raw.githubusercontent.com/blocklistproject/Lists/master/phishing.txt
```