this post was submitted on 28 Dec 2023
13 points (76.0% liked)

Selfhosted

37780 readers
318 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
 

Hello! I'm currently in the process of seting up an instance (for personal use, testing some stuff). I ran into this issue and while I did find some threads about it, they were not conected to Lemmy and I don't have any ideas how to solve it myself. For context -> i'm trying to set up the instance on a remote device, conected thru ssh to my wsl ubuntu instalation. I'm using ansible, if that helps. The remote device is using ubuntu server 20.4. LTS. Thank you for help.

all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 21 points 6 months ago

Might be more helpful to actually say in the title that it is Lemmy you're trying to selfhost, this community isn't specific to selfhosting Lemmy.

[–] [email protected] 11 points 6 months ago* (last edited 6 months ago) (1 children)

At first glance, i would say you need to add Jakob as a sudo user first :

http://askubuntu.com/questions/7477/ddg#7484

And then install ansible-playbook,

[–] Infinitus 2 points 6 months ago (1 children)
[–] [email protected] 2 points 6 months ago

You welcome mate,
I hope thats good for you now, don't hesitate to ask for the next steps, if you encounter others issues.

Gl, and have fun,

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

Did you look at lemmy.yml, line 208 like the error message says?

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (1 children)

If you're not familiar with Ansible, I recommend to install your Lemmy instance using docker compose or Lemmy Easy Deploy.

If you still want to use Ansible, make sure to use version >= 2.11.0 . From the screenshot, chance that you might accidentally installed v2.10

[–] Infinitus 1 points 6 months ago

Thank you! Will try.