{"id":30182097,"url":"https://github.com/lissy93/permissionator","last_synced_at":"2025-10-28T22:49:06.345Z","repository":{"id":307988423,"uuid":"1031264044","full_name":"Lissy93/permissionator","owner":"Lissy93","description":"🐧 A Linux chmod calculator, for generating safe file permissions","archived":false,"fork":false,"pushed_at":"2025-08-03T15:08:55.000Z","size":1389,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T09:49:26.497Z","etag":null,"topics":["calculator","chmod","chmod-calculator","filesystem","linux","permissions","security"],"latest_commit_sha":null,"homepage":"https://permissionator.as93.net","language":"Marko","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lissy93.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-03T11:25:29.000Z","updated_at":"2025-08-06T21:54:02.000Z","dependencies_parsed_at":"2025-08-12T09:49:27.515Z","dependency_job_id":"0e420834-713e-4a3f-8b9c-50d42e56d7e4","html_url":"https://github.com/Lissy93/permissionator","commit_stats":null,"previous_names":["lissy93/permissionaror","lissy93/permissionator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Lissy93/permissionator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fpermissionator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fpermissionator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fpermissionator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fpermissionator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lissy93","download_url":"https://codeload.github.com/Lissy93/permissionator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fpermissionator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281527385,"owners_count":26516845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calculator","chmod","chmod-calculator","filesystem","linux","permissions","security"],"created_at":"2025-08-12T09:37:09.575Z","updated_at":"2025-10-28T22:49:06.339Z","avatar_url":"https://github.com/Lissy93.png","language":"Marko","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003epermissionator\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  🐧 \u003ci\u003echmod calculator for generating Linux file permissions\u003c/i\u003e\u003cbr\u003e\n  🌐 \u003cb\u003e\u003ca href=\"https://permissionator.as93.net\"\u003epermissionator.as93.net\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\n\u003ca href=\"https://permissionator.as93.net\"\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"64\" src=\"https://github.com/Lissy93/permissionator/blob/main/public/logo.png?raw=true\" /\u003e\n  \u003c/p\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cimg width=\"800\" src=\"https://github.com/Lissy93/permissionator/blob/main/public/screenshot.png?raw=true\" /\u003e\n  \u003cbr\u003e\n  \u003csup\u003e\u003ci\u003eA screenshot of the main calculator\u003c/i\u003e\u003c/sup\u003e\n\u003c/p\u003e\n\n---\n\n### Developing\n\n#### Prerequisites\nYou'll need Node.js installed, as well as Git and optionally Docker.\u003cbr\u003e\nThe app is built with [Marko](https://markojs.com/), and managed with [@marko/run](https://github.com/marko-js/run) + [Vite](https://vite.dev/)\n\n#### Setup Commands\n\n```\ngit clone git@github.com:Lissy93/raid-calculator.git\ncd raid-calculator\nyarn\nyarn dev\n```\n\n---\n\n### Deploying\n\n#### Option 1\nFollow the developing instructions above. Then run `npm run build` to compile output\u003cbr\u003e\nYou can then upload the contents of `./dist` to any web server, CDN or static host.\n\n#### Option 2\nFork the repo, and import into Vercel, Netlify or any static hosting provider of your choice.\n\n#### Option 3\nBuild the Docker image from the Dockerfile with `docker build -t raid-calculator .`\u003cbr\u003e\nAnd then start the container, by running `docker run -p 8080:80 raid-calculator`\n\n---\n\n### Contributing\nContributions are welcome.\u003cbr\u003e\nFollow the Developing instructions above to get started, and then submit your changes as a PR.\u003cbr\u003e\nIf 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.\n\n---\n\n\u003c!-- License + Copyright --\u003e\n\u003cp  align=\"center\"\u003e\n  \u003ci\u003e© \u003ca href=\"https://aliciasykes.com\"\u003eAlicia Sykes\u003c/a\u003e 2025\u003c/i\u003e\u003cbr\u003e\n  \u003ci\u003eLicensed under \u003ca href=\"https://gist.github.com/Lissy93/143d2ee01ccc5c052a17\"\u003eMIT\u003c/a\u003e\u003c/i\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/lissy93\"\u003e\u003cimg src=\"https://i.ibb.co/4KtpYxb/octocat-clean-mini.png\" /\u003e\u003c/a\u003e\u003cbr\u003e\n  \u003csup\u003eThanks for visiting :)\u003c/sup\u003e\n\u003c/p\u003e\n\n\u003c!-- Dinosaur --\u003e\n\u003c!-- \n                        . - ~ ~ ~ - .\n      ..     _      .-~               ~-.\n     //|     \\ `..~                      `.\n    || |      }  }              /       \\  \\\n(\\   \\\\ \\~^..'                 |         }  \\\n \\`.-~  o      /       }       |        /    \\\n (__          |       /        |       /      `.\n  `- - ~ ~ -._|      /_ - ~ ~ ^|      /- _      `.\n              |     /          |     /     ~-.     ~- _\n              |_____|          |_____|         ~ - . _ _~_-_\n--\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fpermissionator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissy93%2Fpermissionator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fpermissionator/lists"}