Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quality of life configurations, and add border to the plugin lists #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

coffeeispower
Copy link

@coffeeispower coffeeispower commented Dec 5, 2022

This fixes some issues i encountered while setting up a dev environment on my computer, and also adds a border to the plugin lists, because people get confused if it's a grid or 3 lists.

imagem

A docker-compose.yml file was added to easily start a database and min.io, which is an open source and s3 compatible storage server, which can be ran locally.

There was also an issue on the front end, that it would try to link with postgresql libs, and it failed, I solved it by replacing the postgres diesel feature with postgres_backend on volts-core.

The cli base url can now be overriden using a environment variable called LAPCE_PLUGIN_CLI_BASE_URL

This adds a docker-compose.yml to startup a database and minio as a local s3 bucket

A linking error was also fixed on the frontend, due to diesel trying to link to libpq.

Added rust-toolchain.toml to make rustup download the necessary components and targets.

Remove dist/ from frontend.

Fixed diesel.toml schema.rs path.

Add .env.example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant