https://github.com/lissy93/permissionator
🐧 A Linux chmod calculator, for generating safe file permissions
https://github.com/lissy93/permissionator
calculator chmod chmod-calculator filesystem linux permissions security
Last synced: 8 months ago
JSON representation
🐧 A Linux chmod calculator, for generating safe file permissions
- Host: GitHub
- URL: https://github.com/lissy93/permissionator
- Owner: Lissy93
- Created: 2025-08-03T11:25:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T15:08:55.000Z (11 months ago)
- Last Synced: 2025-08-12T09:49:26.497Z (10 months ago)
- Topics: calculator, chmod, chmod-calculator, filesystem, linux, permissions, security
- Language: Marko
- Homepage: https://permissionator.as93.net
- Size: 1.32 MB
- Stars: 25
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
permissionator
🐧 chmod calculator for generating Linux file permissions
🌐 permissionator.as93.net
A screenshot of the main calculator
---
### Developing
#### Prerequisites
You'll need Node.js installed, as well as Git and optionally Docker.
The app is built with [Marko](https://markojs.com/), and managed with [@marko/run](https://github.com/marko-js/run) + [Vite](https://vite.dev/)
#### Setup Commands
```
git clone git@github.com:Lissy93/raid-calculator.git
cd raid-calculator
yarn
yarn dev
```
---
### Deploying
#### Option 1
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.
#### Option 2
Fork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.
#### Option 3
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`
---
### Contributing
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](https://git-in.to) for a guide on getting started.
---
© Alicia Sykes 2025
Licensed under MIT

Thanks for visiting :)