An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Satellite Docker image

[![Build & push to GHCR](https://github.com/tdemin/docker-satellite/actions/workflows/docker.yml/badge.svg)](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 <