Skip to content

Instantly share code, notes, and snippets.

@ddoadm
ddoadm / OfflineU-Containerisation.md
Created August 6, 2025 05:22 — forked from pknw1/OfflineU-Containerisation.md
simple containerisation for OfflineU project

OfflineU Dockerisation

Docker files for https://github.com/WhiskeyCoder/OfflineU to create a docker image and example compose files to launch the container either sharing access on configurable IP/Port or via VIRTUAL_HOST and VIRTUAL_PORT if already implementing jwilder/nginx_proxy to expose containers

code source: https://github.com/WhiskeyCoder/OfflineU jwiler proxy: https://github.com/nginx-proxy/nginx-proxy ref: 'https://www.reddit.com/r/selfhosted/comments/1mhkpcw/selfhosted_course_viewer_offlineu_browse_track'

@ddoadm
ddoadm / crack-securecrt-fx.sh
Created May 8, 2025 18:24 — forked from lostsnow/crack-securecrt-fx.sh
SecureCRT and SecureFX crack script for windows version
#!/bin/sh
DIR=$1
CRT="SecureCRT.exe"
FX="SecureFX.exe"
LIC="LicenseHelper.exe"
crt_old_key="6e533e406a45f0b6372f3ea1071700000c7120127cd915cef8ed1a3f2c5b"
crt_new_key="785782391ad0b9169f17415dd35f00002790175204e3aa65ea10cff20818"