Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
/ silvy Public archive

An app for creating, sharing, and collaborating on strats for XIV

Notifications You must be signed in to change notification settings

ribbon-studios/silvy

Repository files navigation

⚠️ This repo is still a WIP and things are always subject to change. ⚠️

Coveralls

Silvy

An app for creating, sharing, and collaborating on strats for XIV.

Supports

Supported Databases

  • 🐘 Postgres
  • 🐬 MariaDB (MySQL)
  • Ⓜ️ SQL Server
  • 🐤 SQLite

Getting Started

🐳 Docker

$ docker run -d \
      --restart=always \
      -e NEXTAUTH_URL="<your-next-auth-url>" \
      -e NEXTAUTH_SECRET="<your-next-auth-secret>" \
      -e DISCORD_CLIENT_ID="<your-discord-client-id>" \
      -e DISCORD_SECRET="<your-discord-token>" \
      -e DATABASE_URL="<your-database-url>" \
      --name silvy \
      ghcr.io/ribbon-studios/silvy:latest

🐋 Docker Compose

version: "3"

services:
  silvy:
    image: ghcr.io/ribbon-studios/silvy:latest
    container_name: silvy
    tty: true
    stdin_open: true
    restart: unless-stopped
    environment:
      NEXTAUTH_URL: "<your-next-auth-url>"
      NEXTAUTH_SECRET: "<your-next-auth-secret>"
      DISCORD_CLIENT_ID: "<your-discord-client-id>"
      DISCORD_SECRET: "<your-discord-token>"
      DATABASE_URL: "<your-database-url>"

Want to Contribute?

Deploys by Netlify

About

An app for creating, sharing, and collaborating on strats for XIV

Resources

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published