1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nitter_ynh.git synced 2024-09-03 19:46:24 +02:00
Nitter package for YunoHost
Find a file
Éric Gaspar b527a4cd94
Small fixes (#2)
* Small fixes

* Clarify location of config file

Co-authored-by: Jules Bertholet <jules.bertholet@gmail.com>
2021-03-20 14:57:20 -04:00
conf Don't overwrite config file on upgrade 2021-03-20 10:55:27 -04:00
scripts Don't overwrite config file on upgrade 2021-03-20 10:55:27 -04:00
sources Initial commit 2021-03-16 18:36:39 -04:00
.gitignore Initial commit 2021-03-16 18:36:39 -04:00
check_process Initial commit for nitter package 2021-03-18 23:51:27 -04:00
issue_template.md Small fixes (#2) 2021-03-20 14:57:20 -04:00
LICENSE Initial commit for nitter package 2021-03-18 23:51:27 -04:00
manifest.json Initial commit for nitter package 2021-03-18 23:51:27 -04:00
pull_request_template.md Initial commit 2021-03-16 18:36:39 -04:00
README.md Small fixes (#2) 2021-03-20 14:57:20 -04:00
README_fr.md Small fixes (#2) 2021-03-20 14:57:20 -04:00

Nitter for YunoHost

Integration level
Install Nitter with YunoHost

Lire ce readme en français.

This package allows you to install Nitter quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.

This app requires a dedicated root domain. ARM installations are NOT SUPPORTED.

Shipped version: 2021.02.16

Screenshots

Demo

Configuration

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). Users can override the defaults and set custom settings at https://instance-domain.tld/settings.

Documentation

Multi-user support

  • Are LDAP and HTTP auth supported? No
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - NOT SUPPORTED

Limitations

  • ARM installations are not supported and will not work

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/nitter_ynh/tree/testing --debug
or
sudo yunohost app upgrade nitter -u https://github.com/YunoHost-Apps/nitter_ynh/tree/testing --debug