Go to file
Aravinth Manivannan 62731011a1
feat: add usage instructions
2023-09-19 22:14:06 +05:30
.reuse feat: dump 2023-09-19 22:03:07 +05:30
LICENSES feat: dump 2023-09-19 22:03:07 +05:30
src feat: dump 2023-09-19 22:03:07 +05:30
static check 2023-09-19 19:58:46 +05:30
.gitignore check 2023-09-19 19:58:46 +05:30
.npmrc check 2023-09-19 19:58:46 +05:30
.nvmrc check 2023-09-19 19:58:46 +05:30
.pnpm-debug.log check 2023-09-19 19:58:46 +05:30
.prettierrc check 2023-09-19 19:58:46 +05:30
README.md feat: add usage instructions 2023-09-19 22:14:06 +05:30
forgejo-notifications-0.0.1.tgz check 2023-09-19 19:58:46 +05:30
jsconfig.json check 2023-09-19 19:58:46 +05:30
package.json check 2023-09-19 19:58:46 +05:30
pnpm-lock.yaml feat: dump 2023-09-19 22:01:51 +05:30
svelte.config.js check 2023-09-19 19:58:46 +05:30
vite.config.js check 2023-09-19 19:58:46 +05:30

README.md

  1. Please clone and build https://git.batsense.net/realaravinth/forgejo-notifications-core in the parent directory and install it on this project.
  2. Please deploy a local instance of https://github.com/Bassetts/warp-cors with:
docker run -dp 3030:3030 bassetts/warp-cors

The URL is hardcoded, so it won't work if warp-cors isn't running on localhost:3030

  1. I Haven't figured out how to build and deploy this project. I'm not even sure if it is possible (I'm new to svelte). But I know the development server works ;) :

    pnpm run dev
    
  2. Create an access token by going to https://forgejo.exampl.org/user/settings/applications with the following scopes:

    • read:notification
    • read:organization
    • read:issue
    • read:repository
    • read:user

    This will be your password for logging in