Jump to content

xompage

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by xompage

  1. Added a guide and updated the CA template to reflect it doesn't contain a WebUI.
  2. Quick Start Guide Nyuu does not have a WebUI, so the use of the 'Console' is a must. Its only job is posting / uploading the files you give it, so RARing and PARing needs to be done beforehand (and beyond the scop of this guide). After the first run, a new 'config.js' would appear in your mounted '/config' path. Changing the config.js We'll first change the Usenet provider server settings (under 'server'): 2 additional important settings are in 'postHeaders': It's recommended to choose a different 'from' than the default one, post to multiple newsgroups at random, remove the 'User-agent' header and turn on 'obfuscateArticles' to make sure your uploads are not DMCA'd. An example command-line This example would post the `/storage/test.rar` file using a randomized 25-length string post subject, and saves the resulting NZB in `/output/test.nzb`. For a full list of all the parameters: https://github.com/animetosho/Nyuu/blob/master/help-full.txt
  3. Thanks for the clarification! If you'd like to check, I created a new docker for Nyuu (v0.4.1 and also master branch) with obfuscation patches applied. It's supposed to be faster than ngPost, but no GUI.
  4. Application Name: Nyuu Application GitHub: https://github.com/animetosho/Nyuu GitHub Container: https://github.com/xompage/nyuu/pkgs/container/nyuu GitHub: https://github.com/xompage/nyuu Please post any questions/issues relating to this docker you have in this thread. Changelog: 12/10/2023 - Fixed article length mismatch error when retrying a failed post. 24/09/2023 - Fixed a bug preventing the removal of the 'User-Agent' header. 23/09/2023 - Added edge tag for Nyuu master branch. Fixed article obfuscation bug. Fixed filename length bug. 22/09/2023 - Initial release with Nyuu version 0.4.1. Includes patches to fix the yenc header filename obfuscation with a new `--obfuscate-articles` setting (credits for anon for the original fix).
  5. Was not aware of this option. In what scenarios is it beneficial?
  6. Didn't have time yet to create a Readme, but updated the first post with the changelog Glad to hear it works good for you! Yesterday I applied patches to fix the articles obfuscation to some random strings to strengthen obfuscation. EDIT: And latest version from today added the `nzbcheck` utility.
  7. If you use the Linux AppImage and want to SSL connect to your provider, but you have the latest distro version, you'll probably run into problems. This is due to the fact that those images are compiled against the deprecated OpenSSL 1.x.x version: https://github.com/mbruel/ngPost/issues/182 Only way to fix this is by compiling it yourself against OpenSSL 3.x.x or run it with OpenSSL 1.x.x (not recommended).
  8. Application Name: ngPost Application GitHub: https://github.com/mbruel/ngPost GitHub Container: https://github.com/xompage/ngpost/pkgs/container/ngpost GitHub: https://github.com/xompage/ngpost Please post any questions/issues relating to this docker you have in this thread. Changelog: 19/09/2023 - Added nzbcheck utility. 18/09/2023 - Applied ngPost article obfuscation fix with 32-62 random characters for each article yenc name. Credits to anon for the original fix. 17/09/2023 - Initial release with ngPost version 4.16.
×
×
  • Create New...