• 4 Posts
  • 52 Comments
Joined 2Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss



Yeah it seems like such an obvious feature. May be there was one and the OOP didn’t enable that.



Oh I thought self hosting would not have errors. That one’s not working either?



I already have jellyfin and debrid and stremio. Still, it’s good to have prime video working because I’m paying for Amazon prime regardless.



I would say hidden, particularly if the account is full of comments like this. Dude doesn’t want to burn the real account, so is hiding under a ‘troll’ account




Yeah I haven’t even made an account on Epic to get free games from there. Valve almost single handedly made Linux a viable gaming platform and I’m grateful for that (I know wine has existed far longer than proton, but the difference before and after proton is day and night).


If you are planning to use it as a jellyfin or other media server, look for 8th Gen or later Intel. They have Intel quicksync that provide hardware decoding.


Interesting. Why do they even want this technology on all phones?


What is your programming language? Build something for yourself, you’ll feel good. May be some todo list script, may be some youtube new video notification script, you get the idea. The fun in programming is making the machine do what you want, and it helps if you actually want it.


Python V2/V3??? How old is this thing? Not even Debian comes with Python 2 these days.



My friend makes youtube videos and wants an easy way to subtitle them, as YouTube auto caption is crap.


That looks pretty much what I’m looking for, thank you! I see instructions to run in Windows, but does it also work on Macs?



Are there any good self hosted software that can create subtitles for videos?
All the solutions I'm seeing are some third party service where I would have to upload my videos to them to get them transcribed.
fedilink


target = input("Enter target to hack:")

print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')

for progress in range(0,100,20):
    print(f'Hacking {target}: {progress}%')
print(f'{target} hacked successfully')

What about the random matrix style character stream in the background?


For me the remote deployment and ssh interpreter are very useful. I develop on a Mac and deploy on Linux servers. Sometimes there’s a scenario where a library works on Linux but has trouble working on Mac. Rather than spend time working on getting it work on Mac, I just remotely deploy it to a tmp directory on a Linux server and setup an ssh interpreter on the server, and continue developing on the Mac. Very useful for me.


Do you guys use realdebrid (and similar services) to download stuff, or to set it up to be able to stream directly without having to download anything?
On the one hand, it's really fun to be able to stream 60gb 4k content through stremio/plex debrid, but on the other hand, if i choose to end my subscription, I don't have anything to show for the money I spent till that time.
fedilink

That worked, thank you! I added all the ports at the modem level and after restart it’s working now, thank you so much!


That one request is me trying the admin endpoint using the internal ip address (10.0.0.96:2019). The server is up and available using the internal ip. I can access jellyfin fine from inside my home. The problem is that I cannot access the server via ddns reverse proxy. I’m thinking may be the issue is with the ip pass-through I setup on the fiber modem to my deco router. Is there a way to get the public ip address from the command line. The other comment asked me to do a traceroute, but I don’t see the public ip in it.


 1  _gateway (10.0.0.1)  0.443 ms  0.488 ms  0.557 ms
 2  192.168.1.254 (192.168.1.254)  1.977 ms  1.936 ms  2.006
 ms
 3  107-129-188-1.lightspeed.gnbonc.sbcglobal.net (107.129.1
88.1)  2.454 ms  2.412 ms  2.605 ms

The second one is the ip I use to login to my modem settings. (192.168.1.254)


Yeah duckdns has the right ip address. It says DHCP-fixed on my modem. I don’t know if it’s dynamic or not, but I think I’ve had this ip ever since I started the service. I have a duck.sh cron script, but I think the issue might be between the modem and the router. I don’t see the public ip address from the modem settings. I only see a 192. address in it.


Yeah I’ve port forwarded 9091, 443, 80, and 8096 for good measure.


Need some help. Duckdns reverse proxy doesn’t seem to be working.
I'm setting up a jellyfin server, and want to access it on the internet. I created a xxxxxxx.duckdns.org address for it. I have installed caddy with duckdns addon (first installed regular caddy, then overwrote /usr/bin/caddy with this custom caddy). My caddy file is as follows ``` XXXXXX.duckdns.org:9091 { reverse_proxy 127.0.0.1:8096 tls { dns duckdns XXXXXXXXXXXXXXXXX } } ``` Started caddy and here's my status. Doesn't show any errors: ``` ● caddy.service - Caddy Loaded: loaded (/lib/systemd/system/caddy.service; enabled; preset: enabled) Active: active (running) since Sun 2023-09-24 22:45:57 EDT; 32min ago Docs: https://caddyserver.com/docs/ Main PID: 2132 (caddy) Tasks: 9 (limit: 8907) Memory: 11.7M CPU: 313ms CGroup: /system.slice/caddy.service └─2132 /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027205,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/var/lib/caddy/.local/share/caddy"} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1027687,"logger":"http","msg":"enabling HTTP/3 listener","addr":":9091"} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1030562,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.103145,"logger":"http.log","msg":"server running","name":"remaining_auto_https_redirects","protocols":["h1","h2","h3"]} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1031566,"logger":"http","msg":"enabling automatic TLS certificate management","domains":["xxxxxx.duckdns.org"]} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1034396,"logger":"tls","msg":"finished cleaning storage units"} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.104117,"msg":"autosaved config (load with --resume flag)","file":"/var/lib/caddy/.config/caddy/autosave.json"} Sep 24 22:45:57 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695609957.1041856,"msg":"serving initial configuration"} Sep 24 22:45:57 mediaserver-wyse5070thinclient systemd[1]: Started caddy.service - Caddy. Sep 24 22:49:54 mediaserver-wyse5070thinclient caddy[2132]: {"level":"info","ts":1695610194.0222473,"logger":"admin.api","msg":"received request","method":"GET","host":"localhost:2019","uri":"/config","remote_ip":"127.0.0.1","remote_port":"53888","headers":{"Accept":["*/*"],"User-Agent":["curl/7.88.1"]}} ``` However, my reverse proxy doesn't work. I can't ping it. Same thing happens when I ping my global ip ``` PING xxxxxx.duckdns.org (104.183.123.226) 56(84) bytes of data. From 192.168.1.254 (192.168.1.254) icmp_seq=4 Destination Host Unreachable From 192.168.1.254 (192.168.1.254) icmp_seq=7 Destination Host Unreachable ``` I have previously setup dynamic dns successfully on raspberry pi for jellyfin, but unfortunately I didn't document the steps. I'm on ATT Fiber with BGW320-505, and have a Deco X5700. Please advise.
fedilink

Could somebody help me out? I setup Tailscale on my media server box, trying to use it alongside Windscribe has basically bricked ssh on the box. With this news, am I to understand that Tailscale will not work with any vpn other than mullvad?


Please add functionality for mods to add a tag to a post.




So I have a question here. I live in USA. I have setup stremio with torrentio lite because I don’t have real debrid yet. I have provided the same stremio login to my parents who live in India because I’ve already set everything up. If I set up stremio with debrid, can I still share my login with my parents? I’m asking because I read something about real debrid banning your account if you use it from multiple ip addresses simultaneously.




Fascinating. Termination Shock by Neal Stephenson deals with the same Sulphur as a way to combat global warming.


Are they saying they don’t want to ban the person because they’re a paying customer, or that they can’t because they don’t have access to the backend?


Yeah figured there would be a way for corporate greed to fuck over any regulation. Can you think of any amendments to my proposition that would prevent this?