Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yilmaz08/nixos-server
My previous NixOS homeserver configs
https://github.com/yilmaz08/nixos-server
home-server nixos server
Last synced: 28 days ago
JSON representation
My previous NixOS homeserver configs
- Host: GitHub
- URL: https://github.com/yilmaz08/nixos-server
- Owner: yilmaz08
- License: mit
- Created: 2024-07-07T14:23:51.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-22T07:27:38.000Z (3 months ago)
- Last Synced: 2024-09-28T09:01:46.998Z (about 1 month ago)
- Topics: home-server, nixos, server
- Language: Nix
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
INFO: I don't use NixOS anymore because of its limitations on some areas. It is still an amazing OS but not for me
# Home Server Setup
My home server setup on ayilmaz.xyzI don't provide some parts since it is personal and might cause vulnerabilities.
## 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
```