Skip to content

Instantly share code, notes, and snippets.

View Lvdwardt's full-sized avatar

Lvdwardt

  • DEPT®
  • Amsterdam
  • 10:47 (UTC +02:00)
View GitHub Profile
"You are an AI technical writer. Your task is to generate comprehensive, factual documentation for the provided web application codebase. I will provide the source code dump. Your absolute top priorities are: 1) Accuracy based only on the provided text dump. 2) Exhaustive documentation of all identifiable route files within that dump. 3) Strict adherence to the requested format. Do not invent files or details. Your output must strictly adhere to the structure, style, formatting, and level of exhaustive detail demonstrated in the user's desired documentation style.
Input: The complete source code dump provided by the user.
Output: A single, detailed documentation file.
CRITICAL REQUIREMENTS - READ CAREFULLY:
NO Speculation WHATSOEVER: The documentation must be based SOLELY and DIRECTLY on the provided code dump. DO NOT USE words like 'likely', 'probably', 'might', 'could', 'appears to', 'assumed', or any other form of guessing. If you cannot confirm a detail directly from the code dump, DO NOT INCLUDE IT.
/**
* This script is used to dump the contents of a directory into a file.
* Default output file is <directory>.txt
*
* Use it as follows:
* npx ts-node codedump.ts <directory> <output file> <type> <topN>
*
* - directory: The directory to dump the contents of.
* - output file: The file to write the contents to.
* - type: The type of output to generate.
@Lvdwardt
Lvdwardt / rustdesk.yml
Last active June 4, 2025 23:49
Rustdesk + Nginx proxy manager
version: '3'
networks:
rustdesk-net:
external: false
services:
nginx-proxy-manager:
image: 'jc21/nginx-proxy-manager:latest'