b527a4cd94
* Small fixes * Clarify location of config file Co-authored-by: Jules Bertholet <jules.bertholet@gmail.com> |
||
---|---|---|
conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
issue_template.md | ||
LICENSE | ||
manifest.json | ||
pull_request_template.md | ||
README.md | ||
README_fr.md |
Nitter for YunoHost
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
- Official documentation: https://github.com/zedeus/nitter/wiki
Multi-user support
- Are LDAP and HTTP auth supported? No
- Can the app be used by multiple users? Yes
Supported architectures
Limitations
- ARM installations are not supported and will not work
Links
- 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
- YunoHost website: https://yunohost.org/
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