Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Two turnkey FeedLand deployments — Docker Compose and Cloudron

未关闭 适合新手
#75 3 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
64/100
Issue 类型
文档
描述清晰度
基本清楚
活跃度
冷清
技术栈
docker, docker-compose, mysql
领域
documentation

调研方向

从仓库的安装文档开始,检查现有 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.

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-dockerdocker 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

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

scripting/feedlandInstall 的其他 Issue

查看 scripting/feedlandInstall 的全部 Issue

相似的 Issue

更多 Documentation Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。