Looking for some kind of local DB manager? "application" with a gui
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    5d ago 100%

    It's already been recommended, but I think Grist or a lowcode/nocode thing like baserow or nocodb might work for you.

    Also, I'd love to see what you come up with! My cats are picky eaters and I've been wanting to keep track of what wet food they like or not.

    3
  • Looking for a dockerhub alternative
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    1w ago 100%

    I use the Nexus free version. You can cache docker registries and other repos like apt/yum/pypi/etc.

    It works pretty well, but could be overkill compared to some of the other options.

    2
  • internal certificate distribution?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2w ago 100%

    If the operator doesn't allow it for some reason, uninstall it and try with the helm chart instead?

    Or is there a reason to use the operator?

    2
  • Selfhosted S3 compatible recommendations?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    1mo ago 100%

    You can use docker exec with garage docker image.

    I'm on mobile but I think you just need something like: docker exec containerid ./garage stats

    3
  • Haptic: A new local-first, privacy-focused and open-source home for your markdown notes
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    1mo ago 100%

    I like it, it seems pretty stable to me. I didn't use it much before the query/template stuff was changed. I think both are fine right now, but don't really know what it looked like before.

    There's also "space-script" now which is basically like mini javascript plugins you can write inside your notes. It's what drew me away from trilium in the end.

    I don't blame you for taking a break if you ran into breaking changes though. That's one benefit to keeping your notes in regular markdown files too.

    1
  • Should I keep shared or separate k8s clusters?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    Do you use garage for backups by any chance? I was wanting to deploy it in kubernetes, but one of my uses would be to back up volumes, and.. that doesn't really help me if the kubernetes cluster itself is broken somehow and I have to rebuild it.

    I kind of want to avoid a separate cluster for storage or even separate vms. I'm still thinking of deploying garage in k8s, and then just using rclone or something to copy the contents from garage s3 to my nas

    2
  • Chromecast / Firestick Self Host Replacement
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    I really like mine too, I also have a tube and a pro. Both of them have a weird issue with the TV I use most often though. Both shields won't display anything unless I boot them in safe mode.

    They both work on a different tv that is 4k. This one is an older 1080p plasma. But it's weird that it used to work just fine. It might be related to the TV, but no other devices have issues so it's cheaper to replace one of the shields than buy a new tv lol.

    2
  • Chromecast / Firestick Self Host Replacement
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    I'm still using an Nvidia shield which I guess counts as an android box. I thought they'd release a new version by now, but I'm considering building a htpc instead.

    I used to use a raspberry pi 2 or 3 and it worked fine for 1080p content. Not sure if the newer pis support 4k, but it's on my list to look into eventually.

    6
  • Should I keep shared or separate k8s clusters?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    This is an option, my main reason for not wanting to use a hosted k8s service is cost. I already have the hardware, so I'd rather use it first if possible.

    Though I have been thinking of converting some sites to be statically-generated and hosted externally.

    1
  • Should I keep shared or separate k8s clusters?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    Network Policies are a good idea, thanks.

    I was more worried about escaping the container, but maybe I shouldn't be. I'm using Talos now as the OS and there isn't much on the OS as it is. I can probably also enforce all of my public services to run as non-root users and not allow privileged containers/etc.

    Thanks for recommending crowdsec/falco too. I'll look into those

    1
  • Should I keep shared or separate k8s clusters?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    It's mostly working fine for me.

    An alternative I tried before was just whitelisting which IPs are allowed to access specific ingresses, but having the ingress listen on both public/private networks. I like having a separate ingress controller better because I know the ingress isn't accessible at all from a public ip. It keeps the logs separated as well.

    Another alternative would be an external load balancer or reverse proxy that can access your cluster. It'd act as the "public" ingress, but would need to be configured to allow specific hostnames/services through.

    2
  • Should I keep shared or separate k8s clusters?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJO
    johntash
    2mo ago 100%

    I did actually consider a 3rd cluster for infra stuff like dns/monitoring/etc, but at the moment I have those things in separate vms so that they don't depend on me not breaking kubernetes.

    Do you have your actual public services running in the public cluster, or only the load balancer/ingress for those public resources?

    Also how are you liking garage so far? I was looking at it (instead of minio) to set up backups for a few things.

    1
  • I've been in the process of migrating a lot things back to kubernetes, and I'm debating whether I should have separate private and public clusters. Some stuff I'll keep out of kubernetes and leave in separate vms, like nextcloud/immich/etc. Basically anything I think would be more likely to have sensitive data in it. I also have a few public-facing things like public websites, a matrix server, etc. Right now I'm solving this by having two separate ingress controllers in one cluster - one for private stuff only available over a vpn, and one only available over public ips. The main concern I'd have is reducing the blast radius if something gets compromised. But I also don't know if I really want to maintain multiple personal clusters. I am using Omni+Talos for kubernetes, so it's not _too_ difficult to maintain two clusters. It would be more inefficient as far as resources go since some of the nodes are baremetal servers and others are only vms. I wouldn't be able to share a large baremetal server anymore, unless I split it into vms. What are y'all's opinions on whether to keep everything in one cluster or not?

    22
    18

    What's everyones recommendations for a self-hosted authentication system? My requirements are basically something lightweight that can handle logins for both regular users and google. I only have 4-5 total users. So far, I've looked at and tested: - Authentik - Seems okay, but also really slow for some reason. I'm also not a fan of the username on one page, password on the next screen flow - Keycloak - Looks like it might be lighter in resources these days, but definitely complicated to use - LLDAP - I'd be happy to use it for the ldap backend, but it doesn't solve the whole problem - Authelia - No web ui, which is fine, but also doesn't support social logins as far as I can tell. I think it would be my choice if it did support oidc - Zitadel - Sounds promising, but I spent a couple hours troubleshooting it just to get it working. I might go back to it, but I've had the most trouble with it so far and can't even compare the actual config yet

    93
    71
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearEV
    eviltoast.org johntash 1y ago 100%
    Lemmy.world starting guide
    https://eviltoast.org/post/10102

    cross-posted from: https://lemmy.world/post/37906 > (I'm creating a starting guide post here. Have patience, it will take some time...) > > **Disclaimer**: I am new to Lemmy like most of you. Still finding my way. If you see something that isn't right, let me know. Also additions, please comment! > > # Welcome! > Welcome to Lemmy (on whichever server you're reading this) > > # About Lemmy > Lemmy is a federated platform for news aggregagtion / discussion. It's being developed by the Lemmy devs: https://github.com/LemmyNet > > ## About Federation > What does this federation mean? > > It means Lemmy is using a protocol (Activitypub) which makes it possible for all Lemmy servers to interact. > > - You can search and view communities on remote servers from here > - You can create posts in remote communities > - You can respond to remote posts > - You will be notified (if you wish) of comments on your remote posts > - You can follow Lemmy users/communities on other platforms that also use Activitypub (like Mastodon, Calckey etc) (There's currently a known issue with that, see [here](https://lemmy.world/post/15786) > > Please note that a server only starts indexing a server/community once it has been interacted with by a user of this server. > > A great image describing this, made by [@ulu_mulu@lemmy.world](https://lemmy.world/u/ulu_mulu) : https://imgur.com/a/uyoYySY > > ![](https://lemmy.world/pictrs/image/0006c2db-13c6-406e-97e7-6e274fddf355.png) > > # About Lemmy.world > Lemmy.world is one of the many servers hosting the Lemmy software. It was started on June 1st, 2023 by [@ruud@lemmy.world](https://lemmy.world/u/ruud) , who is also running https://mastodon.world, https://calckey.world and others. > > A list of Lemmy servers and their statistics can be found at [FediDB > ](https://fedidb.org/software/lemmy) > > # Quick start guide > > ## Account > > You can use your account you created to log in to the server on which you created it. Not on other servers. Content is federated to other servers, users/accounts are **not**. > > ## Searching > In the top menu, you'll see the search icon. There, you can search for posts, communities etc. > > ![](https://lemmy.world/pictrs/image/1cd03dea-443b-4a92-ba87-5b45561200fd.png) > > You can just enter a search-word and it will find the Post-titles, post-content, communities etc containing that word **that the server knows of**. So any content any user of this server ever interacted with. > > You can also search for a community by it's link, e.g. `!Netherlands@lemmy.nl`. Even if the server hasn't ever seen that community, it will look it up remotely. Sometimes it takes some time for it to fetch the info (and displays 'No results' meanwhile..) so just be patient and search a second time after a few seconds. > > ## Creating communities > First, make sure the community doesn't already exist. Use search (see above). Also try [https://browse.feddit.de/](https://browse.feddit.de/) to see if there are remote communities on other Lemmy instances that aren't known to Lemmy.world yet. > > If you're sure it doesn't exist yet, go to the homepage and click 'Create a Community'. > > ![](https://lemmy.world/pictrs/image/d49e3218-fcee-4dc6-8879-7b5a4986da4d.png) > > It will open up the following page: > > ![](https://lemmy.world/pictrs/image/b03c9fb1-69ba-43b5-985f-97c3820e146a.png) > > Here you can fill out: > > - Name: should be all lowercase letters. This will be the /c/ > - Display name: As to be expected, this will be the displayed name. > - You can upload an icon and banner image. Looks pretty. > - The sidebar should contain things like description, rules, links etc. You can use Markdown (yey!) > - If the community will contain mainly NSFW content, check the NSFW mark. NSFW is allowed as long as it doesn't break [the rules](https://mastodon.world/about) > - If you only want moderators to be able to post, check that checkbox. > - Select any language you want people to be able to post in. Apparently you shouldn't de-select 'Undetermined'. I was told some apps use 'Undetermined' as default language so don't work if you don't have it selected > > ## Reading > > I think the reading is obvious. Just click the post and you can read it. SOmetimes when there are many comments, they will partly be collapsed. > > ## Posting > > When viewing a community, you can create a new post in it. First of all make sure to check the community's rules, probably stated in the sidebar. > > ![](https://lemmy.world/pictrs/image/bf81a5f5-997d-42e0-8544-5051cf9657d7.png) > > In the Create Post page these are the fields: > > - URL: Here you can paste a link which will be shown at the top of the post. Also the thumbnail of the post will link there. **Alternatively** you can upload an image using the image icon to the right of the field. That image will also be displayed as thumbnail for the post. > - Title: The title of the post. > - Body: Here you can type your post. You can use Markdown if you want. > - Community: select the community where you want this post created, defaults to the community you were in when you clicked 'create post' > - NSFW: Select this if you post any NSFW material, this blurs the thumbnail and displays 'NSFW' behind the post title. > - Language: Specify in which language your post is. > > Also see the [Lemmy documentation](https://join-lemmy.org/docs/en/users/02-media.html) on formatting etc. > > ## Commenting > > ## Moderating / Reporting > > ## Client apps > > There are some apps available or in testing. See [this post](https://lemmy.world/post/465785) for a list! > > # Issues > When you find any issue, please report so here: https://lemmy.world/post/15786 if you think it's server related (or not sure). > > Report any issues or improvement requests for the Lemmy software itself here: https://github.com/LemmyNet > ## Known issues > Known issues can be found in the beforementioned post, one of the most annoying ones is the fact that post/reply in a somewhat larger community can take up to 10 seconds. It seems like that's related to the number of subscribers of the community. > > I'll be looking into that one, and hope the devs are too.

    2
    0

    Does anyone have recommendations for centralized backup servers that use the server/client model? My backups are relatively simple in that I use rsync to pull everything from remote machines to a single server and then run restic on that server to back them up and also copy that backup to cloud storage. I've been looking at some other software again like Bacula/Bareos/UrBackup and wondering if anyone's currently using one of them or something like it that they like? Ideally I'm looking for a more user-friendly polished interface for managing backups across multiple servers and desktops/laptops. I'm testing Bareos now, but it'll probably not work out since the web ui doesn't allow adding new jobs/volumes/etc.

    22
    26

    One of the things I don't really want to self host is a mail server, especially for outbound mail. Currently I'm using a Gmail account, but I want to change that. What do you all use for things like notifications sent through smtp? I'm leaning towards AWS SES since it's cheap, but I know there are some other options like mailgun and sendgrid.

    27
    52

    I've been looking for something to replace Trello, mostly for personal use between me and my partner. We both have our own boards as well as a couple shared ones we use for planning trips/etc. Does anyone have any recommendations for a kanban/trello-like software? I've been using Obsidian w/ the obsidian-kanban plugin lately and it is _alright_, but obviously not as easy to share between two people and more limited compared to some of the features trello has. Two options I'm trying out now: - Planka - seems like it might be alright, but haven't used it enough yet. Trello import option is one-board-at-a-time. - Vikunja - extremely slow for some reason and the auto-save feature kept causing me to lose what I typed

    16
    22