rsshub / scripts /ansible /README.md
asemxin
Initial commit for HF Spaces
bf48b89
# Readme
Ansible playbook to deploy [RSSHub](https://github.com/DIYgod/RSSHub) on bare-metal with Redis, browserless and Caddy 2
Requires sudo permission
## Usage
On `Ubuntu 20.04`, [install ansible](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-ubuntu-20-04), then
```bash
sudo ansible-playbook rsshub.yaml
```
## Development
Install `vagrant`, then
```bash
./try.sh
ansible-playbook rsshub.yaml
```