Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A supposedly lighter alternative to [omnisette-server](https://github.com/SideSt
Like `omnisette-server`, it supports both currently supported SideStore's protocols (anisette-v1 and
anisette-v3) but it can also be used with AltServer-Linux.

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Dadoum/anisette-v3-server)

## Run using Docker

```bash
Expand All @@ -26,4 +28,4 @@ If you want to quickly setup anisette-v3 with ansible, just use the setup-aniset
Setup your inventory and choose your desired host in the playbook. Tweak your parameters/ansible.cfg for the remote_user you use. Requires root.
```bash
ansible-playbook -i inventory setup-anisette-v3-ansible.yaml -k
```
```
10 changes: 10 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "1"
services:
- type: web
name: anisette-v3-server
runtime: image
image:
url: dadoum/anisette-v3-server
plan: free
region: ohio
autoDeploy: false