this post was submitted on 24 Mar 2024
129 points (99.2% liked)

Selfhosted

39253 readers
177 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 24 points 5 months ago (1 children)

Just looking at the Utterances site, this sticks out:

No lock-in. All data stored in GitHub issues.

...so you can just migrate those comments somewhere else if you don't want to use Github anymore? If not, I'd call that textbook lock-in.

[–] [email protected] 8 points 5 months ago (1 children)

For what it's worth: I self-host gitea, and it gives me the possibility to import not only repos but also issues, projects, etc from GitHub, gitlab, bit bucket, and a handful of others.

I don't know if Utterances can work with gitea's API. If it does, then in theory you should be able to migrate to gitea from GitHub for this use case.

[–] [email protected] 4 points 5 months ago

I was genuinely wondering if it was that portable. Thanks for the info!