杜郎俊赏 - dujun.io

开源实例之aaPanel

aapanel-example封面
前言 aaPanel 就是宝塔面板国际版。在国外评测文章里也有不错的排名,是国内唯一上榜的品牌。aaPanel 与国内版的区别是完全开源,没有强制绑定账号等,版本号落后于后者。 外网地址是https://aapanel.com,slogon 是 "Simple, not just Simple",不过国内打开会跳转至宝塔官网。 实例地址 http://aapanel.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 aaPanel 6.8.27 实例部署 aaPanel 官方提供了一键安装脚本,同时也有官方 Docker 镜像。 脚本安装 CentOS yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash...

2023-02-02

开源实例之 Docker Hub 镜像仓库

前言 随着部署的开源项目实例越来越多,服务器硬盘不可避免地不够用了。所以又调整了策略,将镜像提交到 Docker 官方仓库,本地定期删除镜像,需要时再拉取。 Docker Hub 介绍 Docker Hub is a service provided by Docker for finding and sharing container images with your team. It’s the world’s largest repository of container images with an array of content sources including container community developers, open source projects and independent software vendors (ISV) building and dis...

2023-02-01

开源实例之Ajenti

ajenti-example封面
前言 Ajenti 是国外排名靠前的开源主机面板程序,官网的 slogon 是 "The admin panel your servers deserve"。 实例地址 http://ajenti.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 Ajenti 2.2.4 实例部署 Ajenti 支持 Debian/Ubuntu、RHEL/CentOS,官方提供了一键安装脚本。详见官网https://ajenti.org。 安装 curl https://raw.githubusercontent.com/ajenti/ajenti/master/scripts/install.sh | sudo bash -s - 配置 安装后需要做跨域设置。 域名配置 修改 /etc/ajenti/config.yml,trusted_domains 填写当前域名...

2023-02-01

亚马逊云免费服务器用了近半年,很稳当,直到刚才发现一月份有 0.01 美元的费用。看账单是美国跨区域数据传输造成的流量费用,没搞明白怎么回事,我应该没有主动的相关操作。 先赶紧把信用卡的境外支付锁了。明天就是新的月份,不知道会不会被停机。

2023-01-31

开源实例之Vesta

vesta-example封面
前言 Vesta 的官网 slogon 是 "Simple & Clever Hosting Control Panel"。一言以蔽之,是一个简单而有效的主机面板,通过 Softaculous 自动安装程序,可以一键部署 439 款应用(截至发稿日)。 实例地址 http://vesta.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 Vesta Control Panel 0.9.8 实例部署 Vesta 支持 CentOS、Debian 和 Ubuntu,官方提供一键安装脚本。详见官网https://vestacp.com。 安装脚本 curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-01-30

开源实例之ISPConfig

ispconfig-example封面
前言 ISPConfig 是 PHP 语言编写的开源主机控制面板,可以管理虚拟主机、开设网站、开设邮箱、管理 MySQL 数据库、支持 DNS 解析和监控服务器运行状况等。 实例地址 http://ispconfig.dujun.eu.org 实例配置 配置 描述 系统 Debian 程序 ISPConfig 3.2.9 实例部署 ISPConfig 官方提供了自动安装脚本,也提供手动安装包下载。详见官网https://www.ispconfig.org。 自动安装 Debian / Ubuntu 安装脚本示例: wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades 手动安装 需要先安装 Nginx、MySQL 和 PHP,然后...

2023-01-29

1116封面
新年快乐

2023-01-22

开源实例之Sentora

sentora-example封面
前言 Sentora is based on the solid foundations of ZPanel and developed by the original team, Sentora provides a robust open-source web hosting control panel for small to medium ISPs. Sentora是一款适合中小型ISP的开源主机面板,由 ZPanel 原班人马开发。 实例地址 http://sentora.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 Sentora 2.0.0 实例部署 Sentora官方提供了一键安装脚本,详见官网http://www.sentora.org。 官方建议系统 CentOS 8 Ubuntu 20.04 官方安装脚本 bash 实例体验...

2023-01-19

开源实例之Spug

spug-example封面
前言 Spug是面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、 应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。 实例地址 http://spug.dujun.eu.org 实例配置 配置 描述 系统 Debian 数据库 MariaDB 10.5 程序 Spug 3.2.5 实例部署 Spug官方建议用 Docker 部署来确保体验的一致性,详见官网https://www.spug.cc。 docker-compose.yml version: "3.3" services: db: image: mariadb:10.8.2 container_name: spug-db restart: always command: --port 3306 --character-set-ser...

2023-01-17

开源实例之EHCP

ehcp-example封面
前言 EHCP(Easy Hosting Control Panel)is a Hosting Control Panel. EHCP is a tool in a server to facilate the process of hosting domains, emails, adding domains, ftp users and so on. EHCP 默认支持 Nginx 和 PHP,对低配置服务器很友好。 实例地址 http://ehcp.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 EHCP 18.04.b 实例部署 EHCP 提供了脚本安装和 Docker 部署。详见官网https://www.ehcp.net。 脚本安装 以 Ubuntu 18.04 为例: wget -O ehcp.tgz www.ehcp.net/ehcp_...

2023-01-15

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58