🐧 chmod calculator for generating Linux file permissions
🌐 permissionator.as93.net
A screenshot of the main calculator
You'll need Node.js installed, as well as Git and optionally Docker.
The app is built with Marko, and managed with @marko/run + Vite
git clone [email protected]:Lissy93/raid-calculator.git
cd raid-calculator
yarn
yarn dev
Follow the developing instructions above. Then run npm run build
to compile output
You can then upload the contents of ./dist
to any web server, CDN or static host.
Fork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.
Build the Docker image from the Dockerfile with docker build -t raid-calculator .
And then start the container, by running docker run -p 8080:80 raid-calculator
Contributions are welcome.
Follow the Developing instructions above to get started, and then submit your changes as a PR.
If you're new to GitHub or open source, take a look at git-in.to for a guide on getting started.
© Alicia Sykes 2025
Licensed under MIT
Thanks for visiting :)