All Projects → niiknow → Ajenticp

niiknow / Ajenticp

Licence: mit
Dockerized Ajenti web panel with Ubuntu 16.04 LTS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ajenticp

Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+15640%)
Mutual labels:  nginx, hosting
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (+493.33%)
Mutual labels:  hosting, nginx
Uguu
Simple lightweight temporary file hosting.
Stars: ✭ 359 (+2293.33%)
Mutual labels:  hosting, nginx
Gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
Stars: ✭ 937 (+6146.67%)
Mutual labels:  nginx
Stepic web project
Stars: ✭ 8 (-46.67%)
Mutual labels:  nginx
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+5640%)
Mutual labels:  nginx
Vercel
Develop. Preview. Ship.
Stars: ✭ 8,015 (+53333.33%)
Mutual labels:  hosting
Php Interview
PHP后端开发面试指南。
Stars: ✭ 26 (+73.33%)
Mutual labels:  nginx
Nginx Cleantalk Service
LUA configuration to filter any POST requests.
Stars: ✭ 13 (-13.33%)
Mutual labels:  nginx
Hack Lang Hhvm Resources
Landscaping With Hack Lang & HHVM Resources
Stars: ✭ 10 (-33.33%)
Mutual labels:  nginx
Devops Tuts
Meteor Devops on OSX with Docker set for Ubuntu
Stars: ✭ 10 (-33.33%)
Mutual labels:  nginx
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+5533.33%)
Mutual labels:  nginx
Nginx Json Proxy
An experiment with openresty, lua and nginx
Stars: ✭ 10 (-33.33%)
Mutual labels:  nginx
Docker Socket Http Proxy
Simple nginx proxy container for the docker socket
Stars: ✭ 7 (-53.33%)
Mutual labels:  nginx
Docker Nginx Express
🐳 A playground for Docker with Nginx and Express.
Stars: ✭ 13 (-13.33%)
Mutual labels:  nginx
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (+73.33%)
Mutual labels:  hosting
Prerender.io Nginx
Unofficial prerender.io nginx.conf
Stars: ✭ 11 (-26.67%)
Mutual labels:  nginx
Nuxt Ssr Demo
✨ 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo
Stars: ✭ 856 (+5606.67%)
Mutual labels:  nginx
Ngx http proxy connect module
A forward proxy module for CONNECT request handling
Stars: ✭ 850 (+5566.67%)
Mutual labels:  nginx
Status Nginx Module
A http status module for pure nginx, which is in production already.
Stars: ✭ 10 (-33.33%)
Mutual labels:  nginx

ajenti docker

Ajenti Docker control panel with Ubuntu 16.04 LTS

NOTICE

This repo is no longer being maintained and will be removed shortly. If you have forked the repo, I will not delete it. I'm simply just deleting only this repo.

mkdir -p /opt/ajenticp/{backup,ajenti}

docker run -p 80:80 -p 443:443 -p 8000:8000 -p 8001:8001 -v /opt/ajenticp/ajenti:/ajenti -v /opt/ajenticp/backup:/backup -d niiknow/ajenticp

It is important that you have the data volume mounted externally or with a data container. This will be your data persistent folder

BROWSER

https://yourip:8000

Default Ajenti user/pass: root/admin

For any issue or help with Ajenti: https://github.com/ajenti/ajenti

phpMyAdmin is setup as a Website on port 8001. Use MySQL tab to create a user so you can login. After creating the user, remember to grant access. Hint: use the "RUN" box to execute your SQL.

Inspired by

WhatPanel - but instead of CentOS, I focus on simplifying deployment with latest Ubuntu LTS.

Benefits

So you own a cheap VPS and has setuped your perfect server. Your VPS provider doesn't have snapshot backup or provide little to no backup; and you don't want to mess with your server current configuration. Docker comes to the rescue. You can use this project or similar Docker project to provide a stable and secure environment for hosting.

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].