{"id":42189716,"url":"https://github.com/docimin/cloudnet-webinterface","last_synced_at":"2026-01-26T22:37:37.076Z","repository":{"id":179468867,"uuid":"662192897","full_name":"docimin/cloudnet-webinterface","owner":"docimin","description":"CloudNet V4 Webinterface - WIP","archived":false,"fork":false,"pushed_at":"2026-01-12T15:44:02.000Z","size":4202,"stargazers_count":26,"open_issues_count":12,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-12T21:40:18.492Z","etag":null,"topics":["cloudnet","cloudnet-v4","cloudnetservice","minecraft","webinterface"],"latest_commit_sha":null,"homepage":"https://cloudnet.fayevr.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docimin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"fayevr","github":"docimin"}},"created_at":"2023-07-04T14:54:33.000Z","updated_at":"2026-01-12T15:44:06.000Z","dependencies_parsed_at":"2023-10-12T22:03:58.312Z","dependency_job_id":"7e90316e-6888-4018-8fa9-655a2404a48d","html_url":"https://github.com/docimin/cloudnet-webinterface","commit_stats":null,"previous_names":["docimin/cloudnet-webinterface"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/docimin/cloudnet-webinterface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docimin%2Fcloudnet-webinterface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docimin%2Fcloudnet-webinterface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docimin%2Fcloudnet-webinterface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docimin%2Fcloudnet-webinterface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docimin","download_url":"https://codeload.github.com/docimin/cloudnet-webinterface/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docimin%2Fcloudnet-webinterface/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28790319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudnet","cloudnet-v4","cloudnetservice","minecraft","webinterface"],"created_at":"2026-01-26T22:37:36.514Z","updated_at":"2026-01-26T22:37:37.068Z","avatar_url":"https://github.com/docimin.png","language":"TypeScript","readme":"# Cloudnet Webinterface\n\n\u003cp style=\"text-align:center;\"\u003e\n    \u003cb\u003eCloudNet is a modern application that can dynamically and easily deliver Minecraft oriented software.\u003c/b\u003e\n\u003c/p\u003e\n\n# Supported Versions\n\nThe current supported cloudnet versions. If your version is not supported, please upgrade to the newest one.\n\n| Version | Supported          |\n| ------- | ------------------ |\n| RC-14   | :white_check_mark: |\n| RC-13   | :white_check_mark: |\n| RC-12   | :white_check_mark: |\n| RC-11   | :white_check_mark: |\n| RC-10   | :x:                |\n\n## My dashboard is empty\n\nYou forgot to give yourself permissions. Create a user by following these simple steps:\n\n1. Install the \"CloudNet-Rest\" module using `modules install CloudNet-Rest` in your CloudNet console.\n2. Create a new user with the `rest user create \u003cusername\u003e \u003cpassword\u003e` command in your CloudNet console. (Example: `rest user create notch foobar`, will create user \"notch\" with password \"foobar\")\n3. Assign the required permissions using `rest user \u003cusername\u003e add scope global:admin` in your CloudNet console. (Example: `rest user notch add scope global:admin` will grant user \"notch\" admin permissions on your web interface)\n4. If the webinterface is started, log in with the username and password you just created.\n\n## Getting Started\n\nMake sure you have pnpm installed using:\n\n```bash\nnpm i -g pnpm\n```\n\nFirst, install the packages using:\n\n```bash\npnpm install\n```\n\nTo start the server, use the following command:\n\n```bash\npnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Testing\n\nThis project includes Jest and React Testing Library for testing. To run tests:\n\n```bash\npnpm test\n```\n\nTo run tests in watch mode:\n\n```bash\npnpm run test:watch\n```\n\nTests are located in the `src/__tests__` directory.\n\n## .env\n\nWant to host the website yourself?\n\nCopy .env.example to .env and change `NEXT_PUBLIC_DOMAIN` to your own domain (including http or https).\n\n## Pre-fill CloudNet address\n\nSo you want to fill in your user/pass without the address every single time?\n\nFill in `NEXT_PUBLIC_CLOUDNET_ADDRESS` in your .env file, like for example: `NEXT_PUBLIC_CLOUDNET_ADDRESS=127.0.0.1:2812`, this will autofill it for you.\n\nIf you want to use a domain: `NEXT_PUBLIC_CLOUDNET_ADDRESS=https://cloudnet.example.com`.\n\n## Bugs may occur!\n\nMeaning if you encounter any issues, please open up an issue. You are welcome to contribute to this project and create a PR.\n","funding_links":["https://ko-fi.com/fayevr","https://github.com/sponsors/docimin"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocimin%2Fcloudnet-webinterface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocimin%2Fcloudnet-webinterface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocimin%2Fcloudnet-webinterface/lists"}