TrinityTek

joined 1 year ago
[–] TrinityTek@lemmy.world 2 points 10 months ago

Wow, thank you for these great resources! I will check it out. I really appreciate it!

[–] TrinityTek@lemmy.world 1 points 10 months ago (1 children)

Sadly, no. My server has been a bit neglected but it's been plugging along and working fine for the most part. I need to upgrade though. And I assume pictrs but to be honest I haven't checked. I just noticed today it was running poorly and checked and the drive is full.

[–] TrinityTek@lemmy.world 2 points 10 months ago (1 children)

Thanks for the suggestion! As Nix asked, do you happen to know of a guide or any documentation I could reference for this?

[–] TrinityTek@lemmy.world 3 points 10 months ago (1 children)

That sounds like a good idea. Do you know of any documentation for this? I'd like to give it a try.

[–] TrinityTek@lemmy.world 7 points 10 months ago

Thank you, that SQL command looks like exactly what I'm after! I'm going to give that a shot. I appreciate the help!

 

I've had a Lemmy instance running on a VPS with 100 GB of storage for a few months and it has filled up. I've been searching for ways to reduce the amount of storage used but so far I am coming up empty. Can anyone point me in the right direction?

[–] TrinityTek@lemmy.world 1 points 1 year ago

Thanks for the perspective! I am a reluctant newcomer to Docker so I appreciate it. Time for me to get with the times and embrace Docker since that's the most popular installation method for many of my favorite self hosted platforms these days. It might take a while for me to really get used to it though. Since I have this setup and working it will probably remain as is, but I'll make a point to do a pure Docker setup on a similar build in the future.

[–] TrinityTek@lemmy.world 1 points 1 year ago (2 children)

Thanks for the suggestion. What would be the benefit of switching to a docker install of Mastodon?

[–] TrinityTek@lemmy.world 1 points 1 year ago

Thanks for pointing that out! In this case I am using subdomains so hopefully I won't run into any issues with that. I recently bought fdr8.us with the intention of creating subdomains under it for my federated projects. Mastodon.fdr8.us and Lemmy.fdr8.us are now live. If I do a kbin instance it will probably follow the same format.

[–] TrinityTek@lemmy.world 1 points 1 year ago

Thank you for sharing your config and advice! I appreciate it. I got it working along with ssl certs installed with certbot and all is well. Cheers!

[–] TrinityTek@lemmy.world 1 points 1 year ago (1 children)

I didn't plan it that way. I installed Mastodon first and didn't use a Docker install. I configured Nginx and reverse proxy and then tried a non-Docker Lemmy install from scratch. That failed, and I believe the reason was some minor version differences in the dependencies. That's when I asked for advice and got a few recommendations to try the Lemmy Easy Deployment script. I would prefer to have done the from scratch install if there was current documentation and dependencies were available, but if there is I wasn't finding it. The Docker compose Lemmy install method worked well enough though so I'm happy with that.

[–] TrinityTek@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (3 children)

Thanks for talking through it with me, everyone. I got it working with a Docker compose install of Lemmy and a non-Docker Mastodon install. Reverse proxy was configured manually in nginx. Mastodon.fdr8.us and Lemmy.fdr8.us are now live! I have some fine tuning to do still and a lot of setup, but I'm happy that they are working. Cheers!

[–] TrinityTek@lemmy.world 1 points 1 year ago

This worked great! Thanks again for the advice! When the from scratch install didn't work, multiple people suggested the easy deployment script. For my setup the Docker compose deployment was perfect and offered the opportunity for customization I needed. The easy deployment script does look pretty slick though if someone just wants a turnkey setup and wants to dedicate their whole box to it.

 

I have Mastodon running on a VPS running Debian 11. Now I would like to add a Lemmy instance on the same server. I tried using the from scratch method from Lemmy documentation, but ran into errors that likely stemmed from minor version incompatibilities of the dependencies. I tried using the Lemmy easy deploy script but it wants to bind all traffic on port 443 for Lemmy which would break my Mastodon install. Has anyone managed to get Lemmy and Mastodon running on the same box, and if so, can you share any details of your setup?

 

I'm attempting to get a Lemmy server running on Debian 11 using this documentation:

https://join-lemmy.org/docs/administration/from_scratch.html

The following command fails as a result of some minor version incompatibilities: cargo install lemmy_server --target-dir /usr/bin/ --locked --features embed-pictrs

Removing --locked seems to work, but it fails compiling later in the process with the following output: Compiling diesel-async v0.1.1 error[E0405]: cannot find trait RowGatWorkaround in module diesel::row --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-async-0.1.1/src/pg/row.rs:16:23 | 16 | impl<'a> diesel::row::RowGatWorkaround<'a, diesel::pg::Pg> for PgRow { | ^^^^^^^^^^^^^^^^ not found in diesel::row

error[E0405]: cannot find trait RowGatWorkaround in module diesel::row --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-async-0.1.1/src/pg/row.rs:30:39 | 30 | ...diesel::row::RowGatWorkaround<'b, diesel::pg::Pg>>::Field> | ^^^^^^^^^^^^^^^^ not found in diesel::row

For more information about this error, try rustc --explain E0405. error: could not compile diesel-async (lib) due to 2 previous errors error: failed to compile lemmy_server v0.17.4, intermediate artifacts can be found at /usr/bin/

Does anyone know how I can remedy this?

 

As the title says, I'm ready to fire up a Lemmy server of my own. I have a suitable VPS running Debian 11. I think I can probably make short work of it once I get past this one difficult point. What should I call my Lemmy server? With catchy names out there like "Lemmy.World" and "sh.itjust.works", I really want to come up with something good. Unfortunately after thinking it over for three days now and checking tons of names for availability, I don't feel any closer to deciding on a name. It doesn't help that almost all the dictionary words are sold at premium rates these days, even with a fairly obscure tld. Any name suggestions or techniques for choosing a good name would be appreciated. It probably sounds silly but this part just isn't my strong suit and I'm frustrated that it's holding up the project.

view more: next ›