Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pstuifzand/ekster
microsub server
https://github.com/pstuifzand/ekster
Last synced: 9 days ago
JSON representation
microsub server
- Host: GitHub
- URL: https://github.com/pstuifzand/ekster
- Owner: pstuifzand
- License: gpl-3.0
- Created: 2018-02-16T21:13:55.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-07T03:34:36.000Z (over 1 year ago)
- Last Synced: 2024-03-31T14:37:33.186Z (8 months ago)
- Language: Go
- Size: 3.12 MB
- Stars: 27
- Watchers: 5
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ekster
A [Microsub](https://indieweb.org/Microsub) server.
## Installation
The Docker image `ghci.io/pstuifzand/ekster:dev` contains the development version
of this server. It has dependencies on Postgresql and Redis.Use the `docker-compose.yml` file to get an idea of how to use Ekster in Docker.
Start the server with database and redis using `docker-compose`.
```shell
docker-compose up -d
docker-compose logs -f web
```This will start Ekster on [http://localhost:8089/](http://localhost:8089/).
When you log in for the first time. It will generate a user for you, and show
the microsub url that you can use.> :warning: This will not work with Microsub readers that expect the server to be
> accessible on the internet. In that you should use a more advanced setup.## Support me
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/V7V7ZUS1)
## Other Microsub projects
*
* Aperture: [code](https://github.com/aaronpk/Aperture), [hosted](https://aperture.p3k.io)