Go to file
jolheiser c979269aad
ci/woodpecker/push/goreleaser Pipeline was successful Details
fix: no windows arm64
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-07-20 19:47:00 -05:00
.woodpecker feat: ci 2023-07-20 19:38:27 -05:00
api feat: initial version 2023-03-04 00:02:24 -06:00
database feat: initial version 2023-03-04 00:02:24 -06:00
router feat: add images 2023-03-04 00:29:56 -06:00
static feat: add images 2023-03-04 00:29:56 -06:00
.gitignore wip: add templates and more logic 2023-02-28 22:47:18 -06:00
.goreleaser.yaml fix: no windows arm64 2023-07-20 19:47:00 -05:00
LICENSE Initial work 2022-03-11 12:03:01 -06:00
README.md feat: update ff and use new nested feature 2023-07-20 19:31:52 -05:00
flag.go feat: update ff and use new nested feature 2023-07-20 19:31:52 -05:00
go.mod feat: update ff and use new nested feature 2023-07-20 19:31:52 -05:00
go.sum feat: update ff and use new nested feature 2023-07-20 19:31:52 -05:00
main.go feat: initial version 2023-03-04 00:02:24 -06:00

README.md

Invitea

Invite links for your Gitea instance!

Setup

Configure Invitea with a config, environment variables, or flags.

domain: http://localhost:8080
session-secret: honk
gitea:
  client-key: <client-key>       # OAuth2 app key
  client-secret: <client-secret> # OAuth2 app secret
  token: <admin token>           # Used for creating the accounts
  url: https://git.jojodev.com
level: info

The CLI flags would match the key above (using . for any nested section) and environment variables would match INVITEA_<KEY>.

./invitea --domain http://localhost8080 --session-secret honk
INVITEA_DOMAIN="http://localhost:8080"
INVITEA_SESSION_SECRET="honk"

License

MIT