-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature]前端配置订阅源 #15
Comments
1.config文件变动不是很频繁,在需要的时候登录更新下也还好,另外可以也使用portainer,方便在其他环境更新数据。 |
监控文件变化需要引入额外的对inotify调用封装的组件。如果只是配置文件的变动,也可以增加对特定的信号量的处理,在修改完配置文件后通过 |
这样还是需要手动进行操作,和重启程序并无太大区别吧 |
---update--- |
可直接前端 本地启动运行吗? 不走docker容器部署 npm run start这种 |
这是一个golang项目,直接 go run main.go 就可以运行 |
目前rss源是通过修改config.json来实现的,不方便之处:
1、需要ssh到服务器修改config
2、修改完成后还需重启docker容器
希望前端配置订阅源,实时前端刷新,那就很方便了
The text was updated successfully, but these errors were encountered: