Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resmo/pleroma-container
Pleroma container image
https://github.com/resmo/pleroma-container
container docker docker-image pleroma
Last synced: 16 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:10:11.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:54:04.666Z (8 months ago)
- Topics: container, docker, docker-image, pleroma
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- 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 protected] --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.