https://github.com/resmo/pleroma-container
Pleroma container image
https://github.com/resmo/pleroma-container
container docker docker-image pleroma
Last synced: about 2 months ago
JSON representation
Pleroma container image
- Host: GitHub
- URL: https://github.com/resmo/pleroma-container
- Owner: resmo
- License: mit
- Created: 2022-12-05T17:11:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:10:11.000Z (almost 3 years ago)
- Last Synced: 2026-04-27T03:14:14.878Z (about 2 months ago)
- Topics: container, docker, docker-image, pleroma
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pleroma
[Pleroma](https://pleroma.social/) is a federated social networking platform, compatible with GNU social and other OStatus implementations. It is free software licensed under the AGPLv3.
## Usage
### Installation
Copy and modify `docker-compose.yml`, then:
```
docker-compose up
```
Setup the admin user (generates an URL to set password):
```
docker exec -ti pleroma_web ./bin/pleroma_ctl user new mynickname email@example.com --admin
```
Get a shell:
```
docker exec -ti pleroma_web /bin/ash
```
## Why
This project is based on and inspired by https://github.com/angristan/docker-pleroma. However I wanted to have a minimal container image without build utilities in it.