sublinks / sublinks-federation

Federation service for Sublinks
MIT License
11 stars 4 forks source link

Sublinks Federation

This is the Federation service for the Sublinks project. It's built using Go.

Together with the Sublinks Core and Sublinks Frontend it's creating a federated link aggregation and microblogging platform.

Contributing

Developer Guidelines

CONTRIBUTING.md

Feature Requests / Bugs

Please post any feature requests or bug reports in the repository's Issues section.

Local Dev

Install pre-requisites:

Docker Setup (for dependencies)

To use this Docker setup you first need to complete a few steps:

Run

Running in Production

NOTE: Sublinks is still in early development. This text is added for future use and should not be taken as an indication that Sublinks is ready for use in a real production environment

A docker image is generated as an artifact of this repository and it is the preferred way of running the service. Environment variables should be passed to the image using standard Docker workflows (using a docker-compose.yaml is the preferred solution)