ElGringoLoco

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

Are you sure it's abandoned? The docker page was last updated three days ago and there is activity on the github page. Are they just updating the software without pushing any security fixes? I've definitely not had issues renewing certificates

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

Thank you! It does seem like there are afforadable VPS options that don't limit traffic anyway, so I might as well start there.

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

Thank you! I have a followup question if you don't mind. If I host npm on a vps that allows me, say 500GB of data transfer a month, and I am streaming media through a jellyfin instance that I have forwarded through the VPS, will the media I'm streaming count against that transfer amount? This seems like basic information that I should have learned a long time ago.

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

Look amazing! How did you season them?

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

Well, best is subjective but I really love The Seventh Reaper hot sauce by Sauce Leopard.

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

It seems like you can select everything in the admin panel, which is what I did. But only the languages that have actually appeared in your instance will show as options in the individual user settings, so I was only able to select Undetermined and English on my user. Anyway, the devs should format the language lists as checkboxes, that would have completely solved the issue since I would have known from the start that I could select multiple things. My browsing experience just got exponentially better!

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

Damn, there it is. It was the language, actually the opposite of what you described. I logged out of my instance and magically all the posts appeared. Then I noticed that only posts without a language were appearing. I had undetermined selected as the server language in the admin panel, I didn't realize I could select more than one thing (and the warning about deselecting Undetermined had me thinking that only having undetermined selected would let me see everything). So, I turned on more languages in the admin panel and then selected English and Undetermined as the languages in my user account and voilá! Thank you for your help!

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

Still seeing the same behavior. Weirdly, if I search for a specific post that I know should be appearing but isn't, it pops up immediately in the search results and I can even navigate to it within my instance (it still doesn't show comments), but it is not popping up in my feed anywhere or on the community's age in my instance.

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

Currently I am on 0.17.3 for both, I could update to the latest release candidate and see if anything changes.

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

I have confirmed that we are cross-referencing each other. I've also been monitoring the logs, the only error I've seen go by is the following one from the postgres container:

lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id" lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] DETAIL: Key (ap_id)=(https://lemmy.world/activities/create/f26c82de-548d-405a-bca3-00775a73411f) already exists. lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"

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

I've been monitoring the logs, the only error I've seen go by is the following one from the postgres container:

lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] ERROR: duplicate key value violates unique constraint "idx_activity_ap_id" lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] DETAIL: Key (ap_id)=(https://lemmy.world/activities/create/f26c82de-548d-405a-bca3-00775a73411f) already exists. lemmy-postgres-1 | 2023-06-11 17:37:12.579 UTC [31] STATEMENT: INSERT INTO "activity" ("data", "local", "updated", "ap_id", "sensitive") VALUES ($1, $2, DEFAULT, $3, $4) RETURNING "activity"."id", "activity"."data", "activity"."local", "activity"."published", "activity"."updated", "activity"."ap_id", "activity"."sensitive"

view more: ‹ prev next ›