initial commit

This commit is contained in:
daemon 2026-03-16 12:29:43 +00:00
parent 329991072f
commit 8643314e95

8
config.example.js Normal file
View file

@ -0,0 +1,8 @@
// cveutils config - copy to config.js and fill in your values
// ISC License
export const FORGEJO_URL = "https://your.forgejo.instance";
export const FORGEJO_TOKEN = "your_api_token_here";
export const FORGEJO_USER = "youruser";
export const SERVER_HOST = "yourserver"; // ssh alias in ~/.ssh/config
export const SRC_DIR = "/home/youruser/src";