Skip to content

A self-hosted project storer for those who don't want to forget unicorns.

Notifications You must be signed in to change notification settings

WasixXD/Rustico

Repository files navigation

Rustico

image

A self-hosted project storer for those who don't want to forget unicorns.

How to install 🚀

Create a docker-compose.yml file and paste the content:

services:
  rustico:
    image: lucaswasilewski/rustico
    environment:
      - SERVER_URL=http://localhost:3001
    ports:
      - 3000:3000
      - 3001:3001

Then run with

docker compose up -d 

Goals 🏆

  • [ x ] Create a idea
  • [ x ] Get ideas from your pool of ideas
  • [ x ] Mark an idea as completed

About

A self-hosted project storer for those who don't want to forget unicorns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published