Tracks Steam Workshop mods for Conan Exiles Enhanced compatibility.
- Mobile-first PWA UI with Conan-inspired dark fantasy theme
- Steam Workshop metadata sync (title, description, last updated, subscriptions, etc.)
- Full workshop discovery mode for Conan Exiles (requires Steam Web API key)
- Compatibility classifier:
Enhanced,Likely Compatible,Legacy - Automatic recurring sync job
- REST API endpoint at
/api/mods - PM2 + nginx deployment support for VPS
- Windows GUI deploy tool for upload/update workflows
- Sorting the lists by multiple criteria is now available
- File sizes are now displayed for each mod
- Copy
.env.exampleto.env- Set
STEAM_API_KEYto enable full auto-discovery of all Conan workshop mods. - Keep
WORKSHOP_DISCOVERY_MODE=allto retrieve the full catalog and filter to UE5/Enhanced-compatible mods. - Set
ADMIN_SYNC_PASSWORDto protect the manual Sync Now action from public use.
- Set
- Install dependencies:
npm install
- Start development server:
npm run dev
- Open:
http://localhost:8000
- Build:
npm run build - Start:
npm run start
npm run test
- Run PowerShell:
powershell -ExecutionPolicy Bypass -File .\scripts\deploy-gui.ps1
- Fill host/user/key/path
- Click Deploy / Update
The GUI script uploads files, runs npm ci, builds, reloads PM2, and applies nginx config.
The Unlicense