this post was submitted on 06 Aug 2023
-2 points (0.0% liked)

Selfhosted

39664 readers
222 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

That may seem like an oxymoron, but I'm looking for some sort of server that I can self-host where I can edit blog posts and whatnot, but that then deploys to something like neocities (or any other pure static host).

I'm not finding anything, but maybe it's a thing and I just don't know what it's called?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] -1 points 1 year ago (1 children)

Nifty. At first blush just making a static clone of a dynamic site doesn't feel as elegant as using a code forge editor, but I'll keep that idea in mind if I find the editing experience (images and whatnot) to be too clunky with the gitea suggestion.

[–] [email protected] 0 points 1 year ago (1 children)

@azdle yeah understandable .I've had a good experience with just editing files locally (markdown or html) too. in case you miss some niceties of your local IDE

[–] [email protected] 0 points 1 year ago (1 children)

@azdle as in, edit locally, preview locally, push with git

[–] [email protected] -1 points 1 year ago

Gotcha, I'm trying to find something that doesn't require me to use a local editor. I want to give myself as smooth of an opportunity as possible to write small thoughts. That's my current setup and even that little bit of friction seems to keep me from writing. (Or that's my current excuse anyway...)

[–] [email protected] 0 points 1 year ago (1 children)

I run a static site using Hugo, Gitea, Gitea Runners, Cloud Front, and S3.

[–] [email protected] -1 points 1 year ago

Do you just use the gitea web editor for that? (I assume it has one right?) Does it provide a nice markdown-aware editor?

[–] [email protected] 0 points 1 year ago (1 children)
[–] [email protected] -1 points 1 year ago

Ah, nice. I think that's exactly what I was trying to describe. Thanks for the suggestion!

Though, I think the git forge 'backend' + "Static CMS" frontend seems a bit more featureful and slick. I think I'm going to keep going down that path instead for now. Good to have a backup of exactly what I originally thought I wanted though.