Skip Navigation
EliteCow EliteCow @lemmy.dbzer0.com
Posts 5
Comments 41
Finished Chip 'n Dale Rescue Rangers 2
  • What keyboard is that? Those keys look nice!

  • Happy Labour Day to people who are not landlords.
  • Why is this fuck twat getting up voted? Have ya checked the calendar 📆 ? It is Labor in MULTIPLE countries.

  • Google raises Nest Aware subscription prices up to $30 per year
  • I cancelled as soon as I saw the price hike. Time to switch to cameras that I can self host the storage.

  • Linux Desktop Share keeps increasing, 3.13% now. Narrowing the gap to ChromeOs 3.24%
  • Does the SteamDeck contribute to the Linux number?

  • My newish self hosting website: Self-Host It
  • What CMS is your website created with? I like it!

  • clicking video post downloads video

    Clicking on a video post now seems to download the video.

    I have the setting of using external browser enabled

    0
    If the cream of the crop is original content, bots are useless
  • I can't stand L4s. Being provided content from a bot is not engaging at all. I'm tired of seeing the majority of post generated by L4s.

  • *Permanently Deleted*
  • 2 hands. My friend has 1 hand and highly recommends 2.

  • Can FreshRSS Crawl?
  • Thank you again :). From your explanation, I think I have a good grasp on how to identify the proper CSS elements now.

    Have a wonderful day!

  • Can FreshRSS Crawl?
  • Would you be able to help me on Humble Bundles feed?

    I am using the RSS Feed:

    When trying to use the same process you did in the RuneScape feed, it didn't seem to work.

    I go to the full articles, I found that the content is listed in the Class site-content container clearfix. Attempting to add .site-content container clearfix in the Article CSS selector on original website area. It says The selector didn’t match anything. As a fallback the original feed text will be displayed instead.

    Could you tell me what I'm doing wrong?

  • Docker Container/Service with Same Port: Best Practices?
  • In addition to Caddy being apart of the reverse_proxy network. Would I also have to add it to the Bridge network so that I can utilize the machine IP that docker is hosted on for port forwarding 443?

  • Docker Container/Service with Same Port: Best Practices?
  • Thank you for all of this info. 443 is now my only open port and directs to my Caddy server. For extra security, I'm going to look into implementing an authentication portal for each backend service that is not "public" for all.

  • Docker Container/Service with Same Port: Best Practices?
  • Thank you! Just to clarify - I should only forward 443 & 80 for Caddy. Then in the Caddy config define the ports within the reverse proxy. Is that correct?

    How safe/secure is it to host a public website or services like a Lemmy instance doing this?

    For services I don't care to be available outside of my network, I am not adding to Caddy and accessing them directly via internal IP.

  • Docker Container/Service with Same Port: Best Practices?
  • Thanks for the heads-up on terminology! What you mentioned is how I set it up.

    I had no idea that the ports could be configured like that! This is very helpful. Docker is a beast to get used to!

  • Docker Container/Service with Same Port: Best Practices?
  • Thank you! I am using Caddy and was able to define a unique random port for the other containers and access this via reverse proxy!

  • Docker Container/Service with Same Port: Best Practices?
  • I have done what you mentioned and used a random port internally and kept 443 as the listening port. I am using Caddy to then direct the traffic reverse proxy it.

    Thank you so much!

  • Docker Container/Service with Same Port: Best Practices?
  • Thanks a ton! I did not realize you could have a different listing port vs internally used port.

    I have done what you mentioned and used a random port internally and kept 443 as the listening port. I am using Caddy to then direct the traffic reverse proxy it.

    Thanks again!

  • Docker Container/Service with Same Port: Best Practices?

    I am very new to using docker. I have been used to using dedicated VM's and hosting the applications within the servers OS.

    When hosting multiple applications/services that require the same port, is it best practice to spin up a whole new docker server or how should I go about the conflicts?

    Ie. Hosting multiple web applications that utilize 443.

    Thank you!

    30
    Netflix removes its basic tier in the US and the UK
  • Yes! Plex_Debrid is the automation component that will go and add the torrents to RealDebrid based on your Watchlist in Plex. The Plex_Debrid Github has a step by step guide on setting each component up.

  • Netflix removes its basic tier in the US and the UK
  • It downloads the torrent and then streams from the service. That way your traffic is clean.

  • Netflix removes its basic tier in the US and the UK
  • Yep!

    Correction. I guess it is a bit different than a seedbox (I've never used a seedbox)

    Here is what I found online:

    • A Debrid service has support for multiple premium file hosts, while a Seedbox does not
    • A Debrid service, once it completes a torrent download, will stop seeding, while a Seedbox seeds a download forever until you stop it from seeding (hence the name).
    • Some Debrid services, such as Premiumize, can seed for a certain amount of time.
    • A Debrid service is usually cheaper than a Seedbox.

    RealDebrid not only allows you to download but also stream directly from them. I use rclone to mount the drive to my media server and read the files with Plex/Jellyfin.

  • Stupid Question - Routing subdomains to various services on a single host.

    Edit

    Damn, Lemmy is so awesome!

    Thanks so much everybody for the quick amazing replies! I will look into the suggested reverse proxy options and get something set up.

    Thanks again for all of the insight!

    End edit

    Let's say I have multiple services and applications running on my server.

    In this case, I'm using docker and have layer 2 docker network to give each container a dedicated IP.

    Internally, I can navigate to the local IP to utilize or access them.

    How would I go about accessing each service through the internet using different subdomains? Right now all subdomains and the primary domain route directly to my external IP and seem to all resolve to the same service /application.

    I imagine this would have to be done with some sort of routing rules but would love some insight! I have a UniFi Dream Router.

    15

    v86 Thumbnail Loading Error & No Content after modifying settings/preferences.

    Bug report (v86):

    • Many thumbnails both pictures and site previews are showing error symbols. It looks to also include profile picture and sub/community icons/pictures.

    • When modifying any settings Frontpage, Local, Subscribed no longer display content.

    • Unable to reply to comments, pressing the reply icon does nothing.

    • After posting this, it looks like image upload is also not working.

    Edit** After trying another instance. It looks like the image upload issue and image errors are related to the instance I'm on.

    After updating my app, I'm on v87. Setting configuration is now working.

    3

    Can FreshRSS Crawl?

    I recently started up FreshRSS in my docker environment. I was super excited about the web scraping feature.

    Now that I'm setting it up, it looks like that it is able to scrape single web pages, but I am unable to figure out how to get it to crawl into the actual article to scrape the full content.

    Is anyone aware of how to do this. For example, runescape.com/m=news/ This page has a list of articles with a thumbnail, title, category, date, and a short description of the article. Would it be possible for FreshRSS to crawl into the article link and scrape the contents within?

    16