A social pastebin built on atproto.
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

README.md: fix repo title

+4 -4
+4 -4
README.md
··· 1 - [![Build](https://github.com/alyraffauf/morsel/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/alyraffauf/morsel/actions/workflows/build.yml) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Ko-fi](https://img.shields.io/badge/Donate-Ko--fi-ff5e5b?logo=ko-fi&logoColor=white)](https://ko-fi.com/alyraffauf) 1 + [![Build](https://github.com/alyraffauf/morsels/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/alyraffauf/morsels/actions/workflows/build.yml) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Ko-fi](https://img.shields.io/badge/Donate-Ko--fi-ff5e5b?logo=ko-fi&logoColor=white)](https://ko-fi.com/alyraffauf) 2 2 3 3 <div align="center"> 4 4 <h1>morsels</h1> ··· 20 20 ### Docker (recommended) 21 21 22 22 ```bash 23 - docker run -d -p 8000:8000 -v morsel-data:/data ghcr.io/alyraffauf/morsel:latest 23 + docker run -d -p 8000:8000 -v morsel-data:/data ghcr.io/alyraffauf/morsels:latest 24 24 ``` 25 25 26 26 Or with Docker Compose: 27 27 28 28 ```bash 29 - git clone https://github.com/alyraffauf/morsel.git 29 + git clone https://github.com/alyraffauf/morsels.git 30 30 cd morsel 31 31 docker compose up -d 32 32 ``` ··· 38 38 Requires Python 3.14+ and [uv](https://docs.astral.sh/uv/). 39 39 40 40 ```bash 41 - git clone https://github.com/alyraffauf/morsel.git 41 + git clone https://github.com/alyraffauf/morsels.git 42 42 cd morsel 43 43 uv sync 44 44 uv run flask --app main run --debug