Mike Bland
Mike Bland
If the user's authentication session expires, and the Custom Links server itself initiates the auth flow to log them back in, it seems they'll get redirected back to the host's...
This is the first step towards properly documenting all of the classes that comprise the application. cc: @mpdatx (I'll add you as a proper reviewer once you've accepted the collaborator...
Now that other folks are starting to hack on this, I need to make sure there's comments and documentation to make the code easier to follow.
Right now, when accessing the server, you're instantly redirected to the auth provider's login page. If the login fails, you're immediately redirected back to that page. Most of the time...
Depends upon #140. [Early experiments with running the server in a Docker container](https://github.com/mbland/custom-links/commit/9d4583699e9a52a3a14e700e548d2d93546304bb) revealed the need for improvements in `scripts/serve` and server shutdown per #138 and #140. Once #140 is...
It would be convenient to see all the links already created on the server, to encourage discovery and common conventions.
Now that there's a `Dockerfile` and `docker-compose.yml` as of #153, there should be a `./go docker` command or some such.
We need to make sure this incredible new capability is well-documented in the README, in some other suitable location. :smile:
Copying the Redis snapshots to an S3 bucket should do the trick. Options: - Adding a `./go backup` command - Implementing a periodic backup task in the server (maybe extract...
As mentioned in #138, the next step in ensuring a proper shutdown is updating the main Node.js server process itself in `index.js`. I've a local branch that already does this,...