= display_fa_icon('hashtag', 'Client ID') ?> | IP | = display_fa_icon('network-wired', 'Test') ?> | = display_fa_icon('globe-asia', 'Continent') ?> | = display_fa_icon('globe', 'Country') ?> | = display_fa_icon('upload', 'Upload speed (Mbps)') ?> | = display_fa_icon('download', 'Download speed (Mbps)') ?> | = display_fa_icon('hdd', 'Disk allocation (GB)') ?> | Status | = display_fa_icon('calendar-alt', 'Time of approval') ?> | = display_fa_icon('key', 'Client secret') ?> |
---|---|---|---|---|---|---|---|---|---|---|
#= $client['client_id'] ?> | = $client['client_ip'] ?> | = $client['approved'] ? "" . display_fa_icon('network-wired', 'Test') . "" : ""?> | = $client['client_continent'] ?> | ![]() |
= $client['upload_speed'] ?> | = $client['download_speed'] ?> | = $client['disk_cache_size'] ?> | = $client['approved'] ? display_fa_icon('check', 'Approved') : ($client['approved'] === 0 ? display_fa_icon('times', 'rejected') : 'Pending' ) ?> | = $client['timestamp'] ? date('Y-m-d H:i:s', $client['timestamp']) . ' UTC' : '' ?> | = $client['client_secret'] ?> |
= $total_upload ?> | = $total_download ?> | = $total_disk ?> |
md5: 7c0c8941544ec09f637a4e8e49204d96 sha-256: 68e26adf68268ae9781919fd5dd80a29595eabf562bbc0cda3dcbe332dd959d8
settings.json example: { "client_secret": "iiesenpaithisisoursecret", "client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything "client_port": 443, // 443 is recommended if possible, otherwise use something higher, e.g. 44300 "client_external_port": 0, //443 is recommended; This port will be send to mdah-backend. //You need to forward this to the client_port in your router - 0 uses `client_port` "threads": 16, "graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit // This rounds down to 15-second increments "max_cache_size_in_mebibytes": 80000, "max_kilobits_per_second": 0, // 0 disables max brust limiting "max_mebibytes_per_hour": 0, // 0 disables hourly bandwidth limiting "web_settings": { // delete this block to disable webui "ui_hostname": "127.0.0.1", // "127.0.0.1" is the default and binds to localhost only "ui_port": 8080 } }
java -Dfile-level=trace -Dstdout-level=info -jar mangadex_at_home-1.2.2-all.jar
java -Dfile-level=off -Dstdout-level=info -jar mangadex_at_home-1.2.2-all.jar
After approval, you will see the download link for the client and documentation here.