{"id":16694386,"url":"https://github.com/artiomn/nas","last_synced_at":"2025-03-21T19:30:57.527Z","repository":{"id":106861786,"uuid":"141878893","full_name":"artiomn/NAS","owner":"artiomn","description":"Scripts and config files for the secure Linux-based multiservice server on ZFS","archived":false,"fork":false,"pushed_at":"2021-08-03T21:09:43.000Z","size":22836,"stargazers_count":70,"open_issues_count":0,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-18T04:12:33.944Z","etag":null,"topics":["data-storage","data-store","debian","dnsrobocert","docker","docker-compose","home-server","ldap","letsencrypt","linux","nas","nextcloud","organizr","personal-server","secure-server","security","server","torrents"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artiomn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-22T08:30:55.000Z","updated_at":"2025-02-10T14:30:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9388fe9-05c8-4249-a996-a9426f7389c7","html_url":"https://github.com/artiomn/NAS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2FNAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2FNAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2FNAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artiomn%2FNAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artiomn","download_url":"https://codeload.github.com/artiomn/NAS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855329,"owners_count":20521619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-storage","data-store","debian","dnsrobocert","docker","docker-compose","home-server","ldap","letsencrypt","linux","nas","nextcloud","organizr","personal-server","secure-server","security","server","torrents"],"created_at":"2024-10-12T16:45:24.794Z","updated_at":"2025-03-21T19:30:57.463Z","avatar_url":"https://github.com/artiomn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Secure NAS\n==========\n\n![](docs/ru/nc-5-cycle/images/5snp2asrc-dlhjefcfawsaurfqo.png)\n\n\n## What is it?\n\nThis is the complete configuration for a Linux-based multiservice secure server that you can create yourself.\n\n\n## Features\n\n- A totally open source solution.\n- [Big hardware selection guide and \"concurrents\" description](docs/ru/nc-2-need-nas/article.md). On 2018.\n- [Debian-based](https://www.debian.org/index.html).\n- [ZFS](https://zfsonlinux.org/) is the only filesystem that is used. Root and boot on ZFS mirror.\n- Full-disk encryption with a native [LUKS](https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md).\n- Protection against reboot. [Lightweight SSH server](https://matt.ucc.asn.au/dropbear/dropbear.html) integrated in initramfs. You can decrypt disks remotely.\n- All services communicate with user via HTTPS, even if the service does not explicitly support HTTPS.\n- HTTPS with a regular certificate signed by [Let's Encrypt](https://letsencrypt.org/).\n- Certificate auto renewal.\n- One certificate for all services using reverse proxy.\n- Public-available services with [CloudNS](https://www.cloudns.net/).\n- Docker-isolation between services and between services and host.\n- Most services are well-tested and stable from [Linuxserver.io](https://www.linuxserver.io/) initiative.\n- Multiuser with one authorization provider.\n- LDAP as an authorization provider.\n- Service can use LDAP authorization even if it doesn't support LDAP native.\n- Integration between services. I.e. the media search service can use the torrent downloader to download movie.\n- Some services were patched by the author for integration with others (i.e. Nextcloud was patched for use inside iframe Organizr).\n\nAnd much more...\n\n\n## Subsystems\n\n### NAS control\n\n[OpenMediaVault](https://www.openmediavault.org/) installed as a package.\n\n\n### Backup\n\nMultiagent backup service.\nImplemented using [UrBackup](https://www.urbackup.org/).\n\n\n### Cloud\n\nImplemented using:\n\n- [NextCloud](https://nextcloud.com/) as a cloud provider.\n- [OnlyOffice](https://www.onlyoffice.com/) as an office suite, integrated with NextCloud.\n\n[![NextCloud UI](screenshots/ss_cloud.png)](screenshots/ss_cloud.png)\n\n\n### Download subsystem\n\n- Searchers:\n  * [Radarr](https://github.com/Radarr/Radarr) for the films.\n  * [Sonarr](https://github.com/Sonarr/Sonarr) for the TV shows and series.\n  * [Lidarr](https://github.com/lidarr/Lidarr) for the music.\n- Downloaders:\n  * [jDownloader2](https://jdownloader.org/jdownloader2) for files.\n  * [NZBGet](https://nzbget.net/) for Usenet.\n  * [Transmission](https://transmissionbt.com/) for torrents.\n  * [Youtube-dl](https://github.com/ytdl-org/youtube-dl) with web-ui for video streams.\n- Utilities:\n  * [Jackett](https://github.com/Jackett/Jackett).\n  * [Hydra2](https://github.com/theotherp/nzbhydra2).\n\n[![Transmission UI](screenshots/ss_transmission.png)](screenshots/ss_transmission.png)\n\n\n### Version control system\n\nImplemented using [GitLab](https://gitlab.com/).\n\n[![Gitlab UI](screenshots/ss_gitlab.png)](screenshots/ss_gitlab.png)\n\n\n### Books library\n\n- Database with automatic synchronization, based on [patched Calibre](https://github.com/artiomn/calibre). Only console. No user interaction required.\n- [Calibre-web](https://github.com/janeczku/calibre-web) as a web-interface.\n\nThis service has an independent repository [here](https://github.com/artiomn/library-docker).\n\n[![Calibre-web UI](screenshots/ss_library.png)](screenshots/ss_library.png)\n\n\n### Media system\n\nImplemented using [Emby](https://emby.media/)\n\n[![Emby UI](screenshots/ss_emby.png)](screenshots/ss_emby.png)\n\n\n### LDAP server\n\n- [OpenLDAP Server](https://www.openldap.org/).\n- [phpLDAPAdmin](http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page) as an administrative interface.\n- [LDAP SSP](https://ltb-project.org/documentation/self-service-password) for the user password changing.\n\n\n### Frontend\n\n[Organizr](https://github.com/causefx/Organizr).\n\n\n### Alternatives\n\nYou can find here another services, such as [SeaFile](https://www.seafile.com/), but I don't use and support them inside NAS.\n\n\n## Note\n\nThis is a part of my article series on [building secure NAS](https://habr.com/post/359346/).  \nYou can see a copy of the documentation in the [docs](docs) directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiomn%2Fnas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartiomn%2Fnas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartiomn%2Fnas/lists"}