{"id":27001586,"url":"https://github.com/soulee-dev/devboot","last_synced_at":"2025-04-04T04:19:18.489Z","repository":{"id":209489136,"uuid":"723916287","full_name":"soulee-dev/DevBoot","owner":"soulee-dev","description":"DevBoot enable users eaily setup dev enviornments during Sprint","archived":false,"fork":false,"pushed_at":"2023-11-30T16:07:49.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-01T17:01:28.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/soulee-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-27T02:50:20.000Z","updated_at":"2023-11-29T01:35:22.000Z","dependencies_parsed_at":"2023-11-27T16:57:32.109Z","dependency_job_id":"3e2919a2-5835-41f6-ba9e-149b5e1c2ea8","html_url":"https://github.com/soulee-dev/DevBoot","commit_stats":null,"previous_names":["soulee-dev/devboot"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulee-dev%2FDevBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulee-dev%2FDevBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulee-dev%2FDevBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soulee-dev%2FDevBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soulee-dev","download_url":"https://codeload.github.com/soulee-dev/DevBoot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247118230,"owners_count":20886511,"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","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":[],"created_at":"2025-04-04T04:19:17.958Z","updated_at":"2025-04-04T04:19:18.470Z","avatar_url":"https://github.com/soulee-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevBoot\n\nDevBoot enable users eaily setup dev enviornments during Sprint\n\n## Pre-Installation\n\n### Generate Portianer password\n\n```\nsudo apt install apache2-utils\n\nhtpasswd -nbB admin {Your password} | cut -d \":\" -f 2 | sed 's/\\$/\\$\\$/g'\n\n```\n\n## Installation\n\nBased on Ubuntu 22.04 LTS\n\n```sh\n# Install docker\ncurl -fsSL https://get.docker.com -o get-docker.sh\n\nsudo sh get-docker.sh\n\n# Set-up Docker daemon in rootless mode\nsudo apt-get install -y uidmap\n\ndockerd-rootless-setuptool.sh install\n\n# Clone repository\ngit clone https://github.com/soulee-dev/DevBoot.git\n\ncd DevBoot\ndocker compose up --build  -d\n```\n\n## Ports\n\n```\ncoder:7080\nbackend:8080\nfrontend:3000\nportainer:9443\ngrafana:4000\n```\n\n## .env\n\n```\n# Coder\nCODER_PG_CONNECTION_URL=postgresql://{username}:{password}@database/{database}?sslmode=disable\nCODER_HTTP_ADDRESS=0.0.0.0:7080\nCODER_PROMETHEUS_ENABLE=true\nCODER_ACCESS_URL=http://54.180.1.105:7080\n\n# database\nPOSTGRES_USER={username}\nPOSTGRES_PASSWORD={password}\nPOSTGRES_DB={database}\n\n# Backend\nSECRET_KEY=\nSQLALCHEMY_DATABASE_URL=postgresql://{username}:{password}@database/{database}\nALLOWED_HOSTS=\nCODER_TOKEN=\nCODER_API_URL=\nDISCORD_WEBHOOK_URL=\n\n# Frontend\nNEXT_PUBLIC_API_URL=\n\n# Grafana\nGF_SECURITY_ADMIN_USER=\nGF_SECURITY_ADMIN_PASSWORD=\n\n# Portainer\nPORTAINER_CREDENTAIL=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulee-dev%2Fdevboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoulee-dev%2Fdevboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoulee-dev%2Fdevboot/lists"}