Two turnkey FeedLand deployments — Docker Compose and Cloudron
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 64/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- docker, docker-compose, mysql
调研方向
从仓库的安装文档开始,检查现有 HTTPS 指南的链接方式。查看所引用的两个部署仓库,然后为 Docker Compose 和 Cloudron 选项添加合适的链接。完成的标准是清晰呈现这两种部署路径,同时不影响现有的安装指南。
由索引模型根据 Issue 内容生成。
描述
Hi Dave,
I'm a self-hoster who's been running my own FeedLand instance, and along the way I hit the usual rough edges of getting it stood up and keeping it running. So I built two ways to make that a single command, and I wanted to share them here in case they're useful to other people setting up their own instances.
- feedland-docker — a Docker Compose deployment
- feedland-cloudron — a Cloudron app package
Neither is from scratch. The Docker one started from Scott Hanson's feedlandDockerCompose and leans on the Caddy setup from Scott's https.md guide in this repo. I just kept tightening it for an always-on server.
feedland-docker — docker compose up -d and you get FeedLand, MySQL, and Caddy with automatic HTTPS. A few things I added for running it unattended:
- Only Caddy is exposed to the net; the app and database stay on internal networks
- Healthchecks so services come up in the right order and restart cleanly
- A built-in mail catcher, so email confirmation works out of the box before you've wired up SES or SMTP
- Backup and migrate scripts
feedland-cloudron — for folks on Cloudron, it's an install away. Pre-built images, and Cloudron's managed addons handle MySQL, outbound email, and HTTPS for you:
cloudron install --image rmdes/feedland-cloudron:latest --location feedland.example.com
My question: would you consider linking these from the install docs, the way Scott's HTTPS guide is linked? I'm happy to maintain them and adjust anything to fit how you'd want easy deployment presented. And of course happy to hear if you'd rather they live somewhere else entirely.
Tutorial on how to self-host feedland
Thanks for FeedLand — it's a genuinely nice thing to run. ;-)
— rmdes
- 主要语言
- HTML
- 星标
- 11
- 派生
- 4
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
scripting/feedlandInstall 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 55/100
scripting/feedlandInstall#79 · 1 条评论 · 1 个 reaction ·
-
难度 2/5 1-3 小时 新手友好度 55/100
scripting/feedlandInstall#77 · 3 条评论 ·
-
难度 4/5 3-5 天 新手友好度 35/100
scripting/feedlandInstall#76 · 3 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 20/100
scripting/feedlandInstall#74 · 3 条评论 ·
-
难度 4/5 3-5 天 新手友好度 20/100
scripting/feedlandInstall#73 · 1 条评论 ·
查看 scripting/feedlandInstall 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
-
certification
难度 1/5 1 小时以内 新手友好度 80/100
-
难度 1/5 1 小时以内 新手友好度 85/100
bisq-network/support#2181 ·
-
难度 1/5 1 小时以内 新手友好度 85/100
-
tutorial updates 未关闭
难度 1/5 1 小时以内 新手友好度 80/100
sveltejs/svelte.dev#2241 ·