Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/iceshrimp_ynh
Iceshrimp is a decentralized and federated social networking service, implementing the ActivityPub standard.
https://github.com/yunohost-apps/iceshrimp_ynh
iceshrimp yunohost-apps
Last synced: about 2 months ago
JSON representation
Iceshrimp is a decentralized and federated social networking service, implementing the ActivityPub standard.
- Host: GitHub
- URL: https://github.com/yunohost-apps/iceshrimp_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2023-12-20T18:03:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-21T04:27:50.000Z (11 months ago)
- Last Synced: 2024-02-21T11:27:18.448Z (11 months ago)
- Topics: iceshrimp, yunohost-apps
- Language: Shell
- Homepage: https://iceshrimp.dev/
- Size: 120 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iceshrimp for YunoHost
[![Integration level](https://dash.yunohost.org/integration/iceshrimp.svg)](https://ci-apps.yunohost.org/ci/apps/iceshrimp/) ![Working status](https://ci-apps.yunohost.org/ci/badges/iceshrimp.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/iceshrimp.maintain.svg)
[![Install Iceshrimp with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=iceshrimp)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Iceshrimp quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
Iceshrimp is a decentralized and federated social networking service, implementing the ActivityPub standard.
It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features.
**Shipped version:** 2023.12.9~ynh1
## Screenshots
![Screenshot of Iceshrimp](./doc/screenshots/example.jpg)
## Documentation and resources
- Official app website:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/iceshrimp_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/iceshrimp_ynh/tree/testing --debug
or
sudo yunohost app upgrade iceshrimp -u https://github.com/YunoHost-Apps/iceshrimp_ynh/tree/testing --debug
```**More info regarding app packaging:**