Skip to content

seadex-moe/seadex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

286 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaDex

This repository holds the source code that powers SeaDex.

Deployment

To deploy SeaDex, you need docker. SeaDex images are available on ghcr.io.

---
services:
  seadex:
    image: ghcr.io/seadex-moe/seadex:latest
    container_name: seadex
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /host/path/to/pocketbase/database:/app/pb/pb_data
    ports:
      - 59991:59991
    restart: unless-stopped

Once running, you can access SeaDex at http://localhost:59991. The admin panel is available at http://localhost:59991/_/.

Discord Authentication

Setting up Discord authentication is required to add, remove, or edit entries.

Development

Docker is required for development. Just make your changes to either of these:

Once you're done making your changes, run docker compose up -d to have your local instance up and running.

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors