Skip to content

Instantly share code, notes, and snippets.

View dab2020's full-sized avatar
😀
Just a regular day

Dayyan Abdullah dab2020

😀
Just a regular day
View GitHub Profile
@mueslimak3r
mueslimak3r / jellyfin-caddy-fail2ban-auth
Last active March 6, 2024 19:25
caddy jellyfin fail2ban authentication ban
**caddy config for jellyfin:**
jellyfin.mydomain.com {
reverse_proxy http://192.168.0.1212:2121
log {
output file /var/log/caddy/JellyfinProxy.log {
roll_size 2MiB # Set max size 5 MB
roll_local_time true # Use localhost time
roll_keep 4 # Keep at most 2 log files
@stek29
stek29 / 0webosbrew-letsencrypt-ca.md
Last active July 20, 2024 22:05
fix webOS ca certificates for DST Root X3 expiry (on rooted TVs)

HowTo

  • Root via rootmy.tv
  • Install

Tested on webOS 4.5, should at least on webOS 3.5+

Installation/Update

curl -qs "https://gist.githubusercontent.com/stek29/761232c6f7e1ffbc36b98da2a3a0f4d9/raw/install.sh?$(date +%s)" | sh -
@Informatic
Informatic / README.md
Last active August 14, 2024 14:44
openlgtv webOS hacking notes

This is just a dump of some interesting undocumented features of webOS (3.8 specifically, on early 2018 4k LG TV) and other development-related tips.

Homebrew app ideas

@innat
innat / FFmpeg | Basic Operation on Subtitles.md
Last active June 21, 2024 12:45
Remove hard subtitles from video file || Integrate subtitles into a video file || Generate .srt file from a video file.

Download FFmpeg for Windows

Steps

  • Download FFmpeg
  • Extract it and save it to C drive ( choose any location - it's optional )
  • Set environment variable - copy the location of bin folder which is inside the extracted file and set the location on system path variable.
  • Done!