TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Static Site Generator for photo and video sharing

7 点作者 dv35z超过 2 年前
I’ve had several recent issues where videos I sent from my iPhone ended up in “tiny” low-res mode for the recipient. It got me thinking- I ought to be able to easyly upload a video to my own server, and them a link to it. It is 2023. We have the technology.<p>So that brings us to: Media hosting question - I recently setup a knowledge base (Markdown&#x2F;Obsidian&#x2F;MkDocs&#x2F;GitHub&#x2F;Render.com&#x2F;iCloud&#x2F;Working Copy), and I’m looking for a similar setup for media hosting. I’d like a public domain (media.example.com), easy for me to upload into from iPhone - ideally using the Files app. Basically, Dropbox, but its using my own personal cloud infrastructure. Having password protected areas would be great (family photo albums?), and expiring links could be useful too<p>My current files situation is a scatter between iCloud, Google Drive, archives in a (currently offline) Synology NAS. Relatedly, would love to hear about peoples personal IT file system setup, who are thinking at a 10 year+ horizon… and don’t want to be fulltime sysadmin as a 3rd job.

1 comment

password4321超过 2 年前
My solution for first party public media distribution is Caddy¹ on Scaleway Stardust². The 10gb of storage isn&#x27;t really enough space (more can be purchased; I still need to find a proxy for the 75gb of free S3-compatible object storage), but it inlcudes unmetered 100mbps data transfer for $3&#x2F;month. I proxy through Caddy to dufs³ to upload files via the web (could probably just use dufs alone). Caddy can do basic auth but expiring links would be more work.<p>Anything worth keeping goes on an external HD locally; buy a bigger one yearly and make another copy (move the old one offsite). After experiencing the death of several HDs I also upload all irreplaceable video to Youtube as private videos. I recently went through and manually granted a few people access by pasting their Gmail into the 200+ they wanted to see; need to automate this tedious process.<p>¹<a href="https:&#x2F;&#x2F;caddyserver.com" rel="nofollow">https:&#x2F;&#x2F;caddyserver.com</a><p>²<a href="https:&#x2F;&#x2F;www.scaleway.com&#x2F;en&#x2F;stardust-instances" rel="nofollow">https:&#x2F;&#x2F;www.scaleway.com&#x2F;en&#x2F;stardust-instances</a><p>³<a href="https:&#x2F;&#x2F;github.com&#x2F;sigoden&#x2F;dufs">https:&#x2F;&#x2F;github.com&#x2F;sigoden&#x2F;dufs</a>
评论 #34407741 未加载