https://github.com/tdemin/docker-satellite
Satellite Gemini server Docker image. Updates daily
https://github.com/tdemin/docker-satellite
docker gemini satellite server
Last synced: 26 days ago
JSON representation
Satellite Gemini server Docker image. Updates daily
- Host: GitHub
- URL: https://github.com/tdemin/docker-satellite
- Owner: tdemin
- Created: 2021-09-04T15:56:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T18:05:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T12:47:19.313Z (over 1 year ago)
- Topics: docker, gemini, satellite, server
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satellite Docker image
[](https://github.com/tdemin/docker-satellite/actions/workflows/docker.yml)
This repo holds [Satellite](https://git.sr.ht/~gsthnz/satellite), a Project Gemini static file
server software, Docker build recipe with GitHub Actions.
The latest version tag is rebuilt weekly to ensure the latest dependencies / OS
versions.
You can pull the latest tagged version of Satellite:
```
% docker pull ghcr.io/tdemin/docker-satellite:latest
```
or the specific tag:
```
% docker pull ghcr.io/tdemin/docker-satellite:v1.0.0
```
## Usage
Create two directories to store certs/configuration and data served by satellite (Satellite runs
under UID 1000, so we need to grant it RWX on the config dir), then run the container:
```
% mkdir config
% mkdir data
% cat >config/config.toml <