Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jokull/samstodin-subs


https://github.com/jokull/samstodin-subs

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Samstöðin Subs

Áskriftarkerfi smíðað ofan á Áskel frá Overcast.

Development

```bash
pnpm tunnel
pnpm dev
```

SQLite console:

```bash
fly ssh issue --agent
fly ssh console -C database-cli
```

`.env` fællinn

```
DATABASE_URL="file:./data.db?connection_limit=1"
SESSION_SECRET=""
ASKELL_PUBLIC=""
ASKELL_PRIVATE=""
ASKELL_WEBHOOKS_HMAC_SECRET=""
EXTERNAL_HOST="samstodin-subs.solberg.is"
SAMSTODIN_EMAIL_ADDRESS="[email protected]"
SAMSTODIN_EMAIL_PASSWORD=""
```

Jökull er með þessi gildi.

## Stack

[The Remix Indie Stack](https://github.com/remix-run/indie-stack)

Hosted on Fly.io