Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Prometheus | 50,075 | 850 | 6 hours ago | 739 | July 28, 2023 | 888 | apache-2.0 | Go | ||
The Prometheus monitoring system and time series database. | ||||||||||
Generator Jhipster | 20,870 | 4,666 | 203 | 8 hours ago | 269 | July 12, 2023 | 241 | apache-2.0 | TypeScript | |
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures. | ||||||||||
Tooljet | 20,858 | 2 | 9 hours ago | 14 | June 06, 2023 | 517 | agpl-3.0 | JavaScript | ||
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀 | ||||||||||
Outline | 20,591 | 13 hours ago | 71 | other | TypeScript | |||||
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. | ||||||||||
Memos | 19,391 | 17 hours ago | 45 | July 26, 2023 | 195 | mit | Go | |||
A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts | ||||||||||
Plane | 17,305 | 5 hours ago | 222 | agpl-3.0 | TypeScript | |||||
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. | ||||||||||
Coolify | 8,983 | 5 hours ago | 30 | apache-2.0 | PHP | |||||
An open-source & self-hostable Heroku / Netlify alternative. Cloud version available here -> https://app.coolify.io | ||||||||||
Homepage | 8,607 | a day ago | gpl-3.0 | JavaScript | ||||||
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. | ||||||||||
Reference | 7,668 | 4 days ago | 107 | mit | Dockerfile | |||||
为开发人员分享快速参考备忘清单(速查表) | ||||||||||
Panel | 5,336 | 6 hours ago | 92 | November 04, 2021 | 354 | other | PHP | |||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. |
A simple Web Ui for Docker using xterm.js
, Node.js
and Socket.io
.
With this solution you will be able to create your owner SAS service.
Set EDW_USERNAME and EDW_PASSWORD to overwrite the default username and password.
PS: Default username and password are admin/admin.
docker run -it -d -p 3000:3000 -e EDW_USERNAME='admin' -e EDW_PASSWORD='admin' -v /var/run/docker.sock:/var/run/docker.sock qfdk/easydockerweb
http://localhost:3000 enjoy ;)
git clone https://github.com/qfdk/EasyDockerWeb.git
cd EasyDockerWeb
yarn
yarn start
git clone https://github.com/qfdk/EasyDockerWeb.git
cd EasyDockerWeb
docker build -t easy-docker-web .
docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock easy-docker-web
简单的 docker 管理程序,使用了express socket.io 来实现前后端通讯.
cd web-ui
yarn
yarn start