a go module that provides common town functionality
 
 
Go to file
equa 955aeed8b5 Port old renameuser script and integrate it with towndb 2023-07-21 16:22:01 -04:00
cmd Port old renameuser script and integrate it with towndb 2023-07-21 16:22:01 -04:00
email fix email 2023-03-10 03:21:12 +00:00
invites switch to crypto/rand 2023-03-10 03:21:26 +00:00
models
request fix spaces in passwords 2023-03-14 13:53:26 -04:00
scripts
signup
sql
sshkey
stats fix SignupURL in stats 2023-03-16 07:09:28 +00:00
towndb Port old renameuser script and integrate it with towndb 2023-07-21 16:22:01 -04:00
user
.gitignore
README.md minor 2023-03-16 21:38:54 +00:00
TODO
go.mod review: make application scrollable; add S to go back to previous entry 2023-07-11 16:41:35 -04:00
go.sum review: make application scrollable; add S to go back to previous entry 2023-07-11 16:41:35 -04:00

README.md

town

This repository contains custom commands and helper packages for town stuff.

commands:

  • launcher (invoked on town as town), a launcher for various town things (including user contributed commands)
  • request (invokved on town as town request-gitea or town request-gemini), a helper command for requesting certain featuers be enabled for your town account
  • stats (invoked as town stats), a command that prints out information about the town and its users in JSON.
  • visit an experimental command for "visiting" a user.
  • signup command that powers ssh join@tilde.town
  • welcome command that powers ssh welcome@tilde.town
  • review a TUI for town admins to review signups

There are also sundry helpers and scripts under cmd/.

A lot of this behavior (for example, stats) is exposed as a library. if you want to make some stuff for town and want to work in Go feel free to import this and use it.

TODO

  • consider bringing the launcher's index of commands into this git repo so it can be tracked
  • add a Makefile