This will build cup with all features by default. If you want to build just the server, you can append --no-default-features --features cli or --no-de

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-07-09 14:30:04

This will build cup with all features by default. If you want to build just the server, you can append --no-default-features --features cli or --no-default-features --features server depending one what you need.

This will launch the server on port 8000. To access it, visit http://<YOUR_IP>:8000 (replace <YOUR_IP> with the IP address of the machine running Cup.)

Cup is a work in progress. It might not have as many features as What's up Docker. If one of these features is really important for you, please consider using another tool.

Note: If you update the UI, please make sure to recompile the CSS with tailwindcss -mo src/index.css. You need to have the Tailwind CSS CLI installed (instructions here)

If you find a bug, or want to propose a feature, search for it in the issues. If there isn't already an open issue, please open one.

Leave a Comment