https://github.com/yunohost-apps/buckets_ynh
Budget with Buckets Relay Server
https://github.com/yunohost-apps/buckets_ynh
buckets yunohost yunohost-apps
Last synced: over 1 year ago
JSON representation
Budget with Buckets Relay Server
- Host: GitHub
- URL: https://github.com/yunohost-apps/buckets_ynh
- Owner: YunoHost-Apps
- License: mit
- Created: 2023-03-01T09:15:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:58:17.000Z (over 3 years ago)
- Last Synced: 2025-03-11T02:39:50.081Z (over 1 year ago)
- Topics: buckets, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buckets for YunoHost
[](https://dash.yunohost.org/appci/app/buckets)  
[](https://install-app.yunohost.org/?app=buckets)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Buckets 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
The relay service for the Buckets budgeting app
### Features
- No JavaScript or ads
- All requests go through the backend, client never talks to Twitter
- Prevents Twitter from tracking your IP or JavaScript fingerprint
- Uses Twitter's unofficial API (no rate limits or developer account required)
- Lightweight (for @nim_lang, 60KB vs 784KB from twitter.com)
- RSS feeds
- Themes
- Mobile support (responsive design)
**Shipped version:** 0.2.0.1~ynh1
**Demo:** https://relay.budgetwithbuckets.com/v1/
## Disclaimers / important information
### Configuration
* Installation in single user mode only for the moment
* The relay can't work behind the SSO, so it will be installed into public mode by default
## Documentation and resources
* Official app website:
* Official admin documentation:
* Upstream app code repository:
* YunoHost documentation for this app:
* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/buckets_ynh/tree/testing).
To try the testing branch, please proceed like that.
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/buckets_ynh/tree/testing --debug
or
sudo yunohost app upgrade buckets -u https://github.com/YunoHost-Apps/buckets_ynh/tree/testing --debug
```
**More info regarding app packaging:**