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)
2021-03-20 19:57:20 +01:00
[![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-20 19:57:20 +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
2022-01-22 16:50:09 +01:00
**Shipped version:** 2022-01-23
2021-06-24 14:22:58 +02:00
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-20 19:57:20 +01:00
The app's config file is stored in `/opt/yunohost/nitter/nitter.conf` (for the first instance, subsequent installs will go in `nitter__2` , `nitter__3` , etc).
2021-03-18 04:45:54 +01:00
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-20 19:57:20 +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
## 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
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
```