• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


  • For a couple reasons

    1. Store and version configs in git. I realize unRAID provides flash drive backup (using git also), but this allows me to spin up my setup on another machine that may not be running unRAID. Helped recently when I switched away from Proxmox.

    2. Allows me to group services with their dependencies. ( e.g. postgres, redis, etc ) Also can help isolate service groups from each other. Avoiding port conflicts on common db ports for example. Downside being may have more than one database, redis, etc.

    Note, there is an unRAID docker compose plugin so you can still get easy access management buttons to start, stop, view logs, and edit services.



  • troy@programming.devtoLemmyGitHub - LemmyNet/lemmy-ui-leptos
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    11 months ago

    Good point, if supporting JS disabled browsing is a goal, SSR is a must.

    re languages If doing SSR, language matters. If doing CSR, statically generating site, it matters less. For example, there are more hosting options for PHP than Rust. There are even more hosting options for static assets (eg CDN).


  • troy@programming.devtoLemmyGitHub - LemmyNet/lemmy-ui-leptos
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    11 months ago

    The power of Social Media is the community. Coupling the UI with Rust seems like it would prevent the larger community from contributing. I’m interested in both web and Rust, but have zero interest learning a Rust JSX variant.

    Why not static site? Could have a themes folder where admins could drop their static themes. Also, would allow admins to host markup and Lemmy API on different hosts.




  • My ranking attempt

    “3: Only allow topics that arent limited to one language, library, etc. (general topic community)” “5: Only allow crossposts into the community with things like news being posted in the specific community first (crosspost community)” “4: Dont allow questions of how to do X in X language but allow actual discussions or news about the language in addition to general topics (general & discussion community)” “2: Allow any posts and direct people in the comments to more specific communities for their future posts (people catching community)” “1: Allow all posts relevant to the instance (main community)”

    Basically desiring that posts be in their respective communities with the main community acting as a catch-all for posts that don’t fit into any existing community or announcements like community launches.