tet42

joined 1 year ago
MODERATOR OF
[–] [email protected] 12 points 1 year ago (1 children)

Gorgeous! Is there any chance that you have more build details? A list of parts needed or even perhaps photos or video of your work would be great!

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

I don't hate it. It makes room to tell new "old" stories without just completely dismissing canon. The idea of a "fixed point in time" is a concept that I think originated with Doctor Who. The Strange New Worlds concept is similar, but instead of a fixed point its a fixed event or fixed outcome.

I do wonder though, how much of this "time pushing back" is actually that? Or is it actually just the "Federation Time Cops" from the far future making sure things happen even if someone successfully meddles with history. I actually kind of hate the concept of time travel being a thing in Star Trek. Leave it to shows like Doctor Who.

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

Love it! Thanks for sharing!

Consider joining my Show Me What You Got community to share this there. This is exactly the kind of content I'd love to see there.

24
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Show Me What You Got

[email protected]

https://ka.tet42.org/c/showmewhatyougot

This is a sub to show off your stuff. Whatever it may be. Do you make fine handmade furniture? Do you have a nice record collection? Do you have a special talent? Did you take a picture/video of something interesting? Show me what you got! Upvoting and downvoting is encouraged to drive the coolest stuff to the top.

Please no porn.

 

My musical tastes are fairly obvious. Classic rock, metal, prog. Show me what YOU got!

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

Feedly is the closest thing to Google Reader that I've found.

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

I do appreciate your feedback, but I think at a minimum that anyone trying to run a Lemmy instance in Docker should know how to install docker and docker compose and how to run basic commands like docker compose up -d. There are many tutorials out there for doing just that and I'm not trying to reinvent the wheel. Once you have gotten that part done my document kicks in and picks up where the official documentation is currently lacking (in my opinion).

I do explain a lot, but I did my best to explain it in terms that most anyone could understand.

I will take your feedback to heart and maybe try to write a step by step tutorial for people who are completely new to Docker as well.

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

I don't use unraid, so I'd have no way to develop and test it. But I think all you really need to do is install docker and docker compose and then just follow my guide.

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

Thanks for your comment, but I don't see much value in pulling a new copy of the docker-compose.yml from the Lemmy GitHub. The only things I would be updating when Lemmy updates is the tag/version. If they added new environment variables some time in the future I could certainly take a look at their updated compose file to see the changes but I wouldn't want to pull it down and replace my custom compose.

I specifically don't care for their (Lemmy devs) choices for logging, docker networking, and the built in nginx, so removing and simplifying all that was my main goal. Everyone has their own way of doing things, and this is mine.

I will probably take a look at your Traefik configs and add them as a separate document for those that don't want to use NPM. My goal is to add a subsection for most of the current revproxy choices.

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

I do not recommend using Ansible. It adds additional requirements and complexities that are unnecessary. Ansible is a great tool for managing multiple servers and software installs, in my opinion it is not the right tool to install Lemmy on a single instance. My install instructions require only that you have docker and docker compose installed.

That said, you could easily replace the docker-compose.yml that Ansible set up for you with the one I am providing. Just don't run Ansible against your server again or it will wipe out your changes.

33
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I am working on writing up some quality help/instructions for Lemmy instance admins. This is targeted toward those that are newer to Lemmy and Docker, but even those that know a thing or two might learn something from me. I have been a sysadmin for over 20 years, so I know some things.

I thought I'd share the first complete page I have written. I'd love some feedback if you have any to share.

Be seeing you.

P.S. I frequent the Lemmy Admin matrix chat and I moderate the Install Support channel. Stop by if you have questions! https://matrix.to/#/#lemmy-support-new-instance:discuss.online

 
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Seems like the best thing to do would be to run that on a daily schedule and also ideally something done in the ui. I worry for those admins that just "followed the recipe" to get a Lemmy instance up and running but lack any real sysadmin ability.

I think theres probably a big overlap between the novice admins and the instances where the admins are unaware they are getting flooded with bot registration.

 

I'm sure I'm not the first to think about this, but I haven't seen it mentioned yet. I believe there is another problem with open registration instances besides just the threat of spamming.

If you go through the process of making a new post in ANY community and you attach an image and then cancel the post the image is STILL on the server at the given URL and is publically viewable if someone has that URL.

Theoretically, someone could upload illegal images this way and hotlink to them from another site. Because there are no posts on the instance with the bad image attached an instance admin would have no way of knowing the images were there unless they make a habit of browsing the pict-rs datastore regularly. There's currently no easy way to moderate or delete images in the pict-rs datastore.

I don't think I need to elaborate more on what kinds of images could be lurking on your very own server which could be hotlinked into VERY dark places on the web. Saying that you "didnt know" that they were there is not a defense. When the authorities are knocking on your door because you are hosting illegal images you will be sorry that you didn't take a more active role in your user base.

I realize that even if you close or set manual registration that there's still the danger of a bad user doing this very thing, but I think putting in some minor hurdles would greatly decrease the chances.

Regardless, I think there needs to be a better way to manage the pict-rs part of Lemmy and an easy way for admins and instance owners to be able to view EVERY attachment on their server to make sure there's nothing there that could get them in trouble.

I run a small instance that just have people I personally know on it, so it's not a worry for me. But the larger instances that are opening signups to strangers should be aware and take precautions.

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

I only have com/net/org domains, so I never noticed that. But you've provided good information. There is a list of CloudFlare supported TLD's here https://www.cloudflare.com/tld-policies/

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

I have most of my domains on Google, but also have a couple on CloudFlare. I suppose I will just move them all to CloudFlare. They offer free WHOIS privacy and several other features for free. For those of you self hosting on a dynamic IP, there's a pretty good API that you can use for DNS updates.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

There are things other than porn that is nsfw. Some workplaces are strict.

Basically I don't want people posting nude pics/videos of themselves or others. That's against the spirit of the community.

But other content that might not be acceptable on a work screen would be ok.

 

Two new communities for Lovecraft fans and for Stephen King's Dark Tower universe.

We've started an HP Lovecraft book club! Join in the fun!

https://ka.tet42.org/c/lovecraft [email protected] H.P. Lovecraft

https://ka.tet42.org/c/dark_tower [email protected] The Dark Tower

Extra bonus community for the classic British TV show The Prisoner.

https://ka.tet42.org/c/theprisoner [email protected] The Prisoner

4
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

First I want to say that I love the idea of Lemmy. I think it's very reminiscent of the old days of BBS's and networked message boards (FIDOnet).

With that in mind I'd like to suggest that maybe some thought should go into guiding people to the right instances to sign up on.

I think more instances should try to specialize in certain content and host communities that cater to that. Much like the BBS's of the olden days you could have an instance that is all about sports, or an instance specializing in comic book communities, or an instance that caters to a certain region or state.

With that in mind, it would be great to have a page that indexes instances by interest groups so people could make better decisions about which instance to join rather than just everyone trying to pile up on lemmy.ml.

Thoughts?

 

Come here to discuss the Dark Tower series and all the other connected stories.

[email protected]

If you get a 404 when you click the link above, use the main link in the post title and search/add the community to your instance manually.

 

We want information. Information. INFORMATION.

[email protected]

If you get a 404 when you click the link above, use the main link in the post title and search/add the community to your instance manually.

14
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Just started a book club! Join in the fun!

[email protected]

If you get a 404 when you click the link above, use the main link in the post title and search/add the community to your instance manually.

 

Great song! Terrible video.

view more: next ›