2021-03-18 04:45:54 +01:00
# Nitter for YunoHost
2021-03-16 23:36:39 +01:00
2021-03-18 04:45:54 +01:00
[![Integration level ](https://dash.yunohost.org/integration/nitter.svg )](https://dash.yunohost.org/appci/app/nitter) ![](https://ci-apps.yunohost.org/ci/badges/nitter.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nitter.maintain.svg)
[![Install nitter with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=nitter)
2021-03-16 23:36:39 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-18 04:45:54 +01:00
> *This package allows you to install nitter quickly and simply on a YunoHost server.
2021-03-16 23:36:39 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-03-18 04:45:54 +01:00
Nitter is an alternative front-end for Twitter that is faster than the official website, respects your privacy, and does not require login. It uses responsive design (works well on all screen sizes). Nitter also offers to generate RSS feeds from Twitter user timeleines.
2021-03-16 23:36:39 +01:00
2021-03-18 04:45:54 +01:00
This app requires a dedicated root domain. **ARM installations are NOT SUPPORTED.**
2021-03-16 23:36:39 +01:00
2021-03-18 04:45:54 +01:00
**Shipped version:** 52a0b530cc35c4a8ab28b58994d8c07322a58a51
2021-03-16 23:36:39 +01:00
## Screenshots
2021-03-18 04:45:54 +01:00
![](https://raw.githubusercontent.com/zedeus/nitter/master/screenshot.png)
2021-03-16 23:36:39 +01:00
## Demo
2021-03-18 04:45:54 +01:00
* [Official demo ](https://nitter.net )
2021-03-16 23:36:39 +01:00
## Configuration
2021-03-18 04:45:54 +01:00
The app's config file is stored in `/opt/yunohost/__APPNAME__/nitter.conf` .
Users can override the defaults and set custom settings at `https://instance-domain.tld/settings` .
2021-03-16 23:36:39 +01:00
## Documentation
2021-03-18 04:45:54 +01:00
* Official documentation: https://github.com/zedeus/nitter/wiki
2021-03-16 23:36:39 +01:00
#### Multi-user support
2021-03-18 04:45:54 +01:00
Are LDAP and HTTP auth supported? **No**
Can the app be used by multiple users? **Yes**
2021-03-16 23:36:39 +01:00
#### Supported architectures
2021-03-18 04:45:54 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/nitter%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/nitter/)
* ARMv8-A - **NOT SUPPORTED**
2021-03-16 23:36:39 +01:00
## Limitations
2021-03-18 04:45:54 +01:00
* ARM installations are not supported and will not work
2021-03-16 23:36:39 +01:00
**More info on the documentation page:**
https://yunohost.org/packaging_apps
## Links
2021-03-18 04:45:54 +01:00
* Report a bug: https://github.com/YunoHost-Apps/nitter_ynh/issues
* App website: https://github.com/zedeus/nitter
* Upstream app repository: https://github.com/zedeus/nitter
2021-03-16 23:36:39 +01:00
* YunoHost website: https://yunohost.org/
---
## Developer info
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
2021-03-18 04:45:54 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/nitter_ynh/tree/testing ).
2021-03-16 23:36:39 +01:00
To try the testing branch, please proceed like that.
```
2021-03-18 04:45:54 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/nitter_ynh/tree/testing --debug
2021-03-16 23:36:39 +01:00
or
2021-03-18 04:45:54 +01:00
sudo yunohost app upgrade nitter -u https://github.com/YunoHost-Apps/nitter_ynh/tree/testing --debug
2021-03-16 23:36:39 +01:00
```