惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Attack and Defense Labs
Attack and Defense Labs
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
Intezer
C
Cyber Attacks, Cyber Crime and Cyber Security
The Register - Security
The Register - Security
量子位
Security Latest
Security Latest
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
C
CXSECURITY Database RSS Feed - CXSecurity.com
MyScale Blog
MyScale Blog
J
Java Code Geeks
Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Spread Privacy
Spread Privacy
Jina AI
Jina AI
博客园 - 【当耐特】
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
SecWiki News
SecWiki News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
宝玉的分享
宝玉的分享
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
The Blog of Author Tim Ferriss
V
Vulnerabilities – Threatpost
有赞技术团队
有赞技术团队
T
Tor Project blog
H
Hacker News: Front Page
A
Arctic Wolf
NISL@THU
NISL@THU
A
About on SuperTechFans
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
V
V2EX
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
I
InfoQ
D
Docker
L
LINUX DO - 最新话题
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42

Rat's Blog - RSS

一个功能强大又好用的RSS订阅器:FreshRSS安装教程 - Rat's Blog RSSHub:一个轻量、易于扩展的RSS生成器,支持B站/微博/网易云音乐等 - Rat's Blog 利用Flexget给Transmission添加RSS功能 - Rat's Blog Miniflux:自建私有RSS订阅工具,可多用户使用 - Rat's Blog
一个可以自动安装多网站程序的面板 :YunoHost安装教程 - Rat's Blog
博主: Rat's · 2020-11-28 · via Rat's Blog - RSS

简介

YunoHost是一个完全免费的多功能应用程序面板,提供了使用简便的一键安装网站程序并自动配置功能,让不熟悉一些网站搭建的小白更傻瓜式建站。通俗的讲,该面板更像是一个集齐很多网站应用程序的商店,让我们搭建网站和安装手机软件一样简单。而且还带备份,监控服务器,防火墙设置,添加多用户和多域名等功能,可以对指定的用户分配不同的应用程序和域名,可以说非常的强大。

博主仔细看了下支持的程序非常多,目前已接近300个了,电影,博客,社交,聊天等等都有,这里列举几个常见的:

Flarum轻论坛、Nextcloud网盘、owncloud网盘、Plex媒体服务器、Seafile网盘、Telegram机器人、Transmission客户端、WordPress博客、Yourls短地址

更多程序查看:https://github.com/YunoHost-Apps

截图

请输入图片描述
请输入图片描述
请输入图片描述

安装

系统要求:仅支持Debian 10,且未安装Apache/Nginx

运行命令:

#安装必要环境
apt-get update -y
apt-get install ca-certificates dialog git -y
#安装YunoHost
git clone https://github.com/YunoHost/install_script /tmp/install_script
cd /tmp/install_script && ./install_yunohost

安装完成后,会继续要我们安装Post来完成YunoHost的初始配置。

#安装Post时,会要求我们输入域名和管理员密码
Main domain: 
New administration password: 
Confirm new administration password: 

最后我们通过访问https://xx.com并输入管理员密码就可以进入后台了。

注意刚开始使用https访问是会提示不安全的,这时候我们去后台点击Domains,找到该域名,进入并配置Let's Encrypt证书,然后重新打开域名就会提示安全了。

使用方法

添加多用户,多域名等其它操作就不过多讲解了,这里只说下应用安装,我们除了可以安装面板自带的程序以外,还可以安装Github上指定的应用程序,先点击Applications-Install,在最下面可以看到安装入口,然后直接将程序的Github地址复制进去安装即可,Github程序地址:点击进入
请输入图片描述
管理员面板地址:https://xx.com/yunohost/admin/,其它的自行研究。

相关链接

官方地址:https://yunohost.org
演示地址:https://yunohost.org/#/try
官方论坛:https://forum.yunohost.org


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/620/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。