Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtrummell/gnas-media-server
Docker and Swarm templates for Portainer to roll your own personal NAS
https://github.com/gtrummell/gnas-media-server
Last synced: 12 days ago
JSON representation
Docker and Swarm templates for Portainer to roll your own personal NAS
- Host: GitHub
- URL: https://github.com/gtrummell/gnas-media-server
- Owner: gtrummell
- License: other
- Created: 2017-04-01T08:42:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T23:22:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:26:18.962Z (3 months ago)
- Language: Makefile
- Homepage: https://gtrummell.github.io/gnas-portainer-templates/
- Size: 117 KB
- Stars: 15
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# GNAS-Linuxserver.io Media Server Templates for Portainer
[![Build Status](https://travis-ci.org/gtrummell/gnas-media-server.svg?branch=master)](https://travis-ci.org/gtrummell/gnas-media-server)
This repository hosts Portainer Application Templates for
[Linuxserver.io](https://linuxserver.io) and several other HTPC Application Maintainers,
intended for educational and hobbyist activities. See the [GNAS Linuxserver.io Media
Server Portainer Templates Wiki](https://github.com/gtrummell/gnas-media-server/wiki)
for more information.## Quickstart
Launch Portainer and the GNAS app templates locally on your linux media server:```bash
git clone https://github.com/gtrummell/gnas-media-server.git
cd gnas-media-server/stacks/gnas-bare-lsio-local
docker-compose up -d
```For details on building and running Portainer Templates and Stacks from this
repository, see:
* [Usage - Templates](docs/usage-templates.md)
* [Usage - Stacks](docs/usage-stacks.md)
* [Help - Notes and Troubleshooting](docs/project-help.md)## Portainer and Portainer Templates
[Portainer](https://portainer.io/) is an open-source, lightweight management UI which
allows you to easily manage your Docker hosts or Swarm clusters.The Portainer App Template API and file format documentation are available at
[ReadTheDocs.io](http://portainer.readthedocs.io/en/latest/templates.html). This
repository is patterned after Portainer default templates, available on [Portainer's
Templates repository on GitHub](https://github.com/portainer/templates).## GNAS-Linuxserver.io Core Apps
GNAS is built using a variety of open-source projects. All software in this
repository reserves their rights as enumerated in their licenses. For more information,
see:* [Docker](https://docker.io) container management engine
* [Portainer](https://portainer.io) Docker container engine manager
* [Prometheus](https://prometheus.io) monitoring software
* [LinuxServer.io Docker Images](https://linuxserver.io), maintainer of respective
projects these deployed by these Portainer templates.