venusenvy47

joined 1 year ago
[–] [email protected] 2 points 1 year ago

That's an interesting website. I didn't realize there were do many predictions websites that an aggregate website was possible.

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

I see that Yacht is alpha. Any problems with stability?

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)
[–] [email protected] 1 points 1 year ago (2 children)

Yes, I actually used Portainer on my VPS when I was learning Docker last year. It makes some things easier, but it does add another layer of complexity, learning to navigate the Portainer interface and setting up Stacks to deploy your compose files. With my home server I was trying to experiment with "the natural Docker" procedure.

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

Oops. I don't fully understand Docker and I misread the instructions for selecting the port.

On a related topic, is there any reason why I had to use "sudo" to run these Docker commands? I tried both without sudo and they both failed.

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

That's the command I used.

sudo docker run -d --name libreddit -p 80:8080 libreddit/libreddit

Then I checked the port traffic with sudo lsof -i -P | grep -i "listen" and saw it running on port 80. And I could only connect to it from my browser on port 80. But it doesn't matter, I switched to teddit in Docker and have it running with a compose file, so I'm set.

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

.world has been my main account, but now that I figured out how to transfer my subscription list to another instance, I'm starting to use a small instance to reduce .world loading.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (8 children)

I'm going to run this on my VPS but I don't see instructions on how to use the .toml configuration file to specify all the options. Where do I place the libreddit.toml file after installation?

Also, I just started the Docker image on my local Linux box using the example to put it on port 8080, but I can only access it from my browser on port 80. Is that example command correct?

https://github.com/libreddit/libreddit

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

How did you install it on your Android device? Is there an .apk I could install?

view more: ‹ prev next ›