滑稽社信息系统


一、网站系统

1、网站主页:https://huajishe.fun

关注SSL证书,多个页面都需要重新申请(90天)
考虑换一个整体页面,加入个人介绍
记得后面都换成Nginx,Apache比较麻烦

2、论坛 carbon forumhttps://huajishe.fun/forum

滑稽社论坛官方,上面发布了计算机技术等相关信息

3、网盘 Cloudrevehttp://huajishe.fun:5212

网盘如果需要定制,要下载源码,修改后自己编译
网盘系统的问题比较大,需要整改一下


二、邮箱系统 hMailServer + Roundcube

1、网址:https://huajishe.fun/mail

注册需要联系本人,暂不提供直接注册渠道


三、Git仓库系统 Gitea

1、网址:https://huajishe.fun/git

2、Git的具体使用

pull

git init
git remote origin https://huajishe.fun/git/...(username)/...(gitname).git
git pull origin main

push

git init
git add .
git commit -m "xxx"
git push origin [master:]main

3、项目

a. Docker | b. Data-Structure | c. HuajisheEditTool | d. Website


四、网络聊天室 BlaB! AX

1、网址:https://huajishe.fun/mychat

后续可以增加照片文件等功能


五、问卷系统 surveyKing

1、网址:http://huajishe.fun:1991

暂时无法反向代理,先用端口


六、Frp系统 frp

1、Docker服务的端口映射:https://docker.huajishe.fun


七、Jupyter系统 Jupyter notebook

1、Jupyter服务的端口映射:联系站长获得