Dress to Impress, a big fancy Neopets customization tool!
Go to file
Emi Matchu ffcfce2eb8 Use local-only HTTPS certs for the development neopass-server
I'm starting to work with the OpenID Connect stuff in NeoPass, and the
library I'm using for discovery doesn't seem to want to do it over a
plain `http://` connection. (I dug into the source files, and it just
actually is hardcoded to only work with HTTPS, as far as I can tell?)

So, I've added logic to `neopass-server` to try to make an HTTPS
certificate with the `mkcert` utility (if installed), which is a tool
that installs a root certificate authority on your local machine, then
helps you create certificates via that authority that will work only on
your local machine.

I think I'll also be able to remove the "main" server in front of the
backing server, because the library I'm using now will be able to
"discover" the auth and token endpoints, so it won't matter that our
local one uses different URLs than live NeoPass does? We'll find out!

I also remove `neopass-server` from the `Procfile`, because I think
it's a bit rude to have it auto-try to run `mkcert`. We could like,
make the process just a no-op in that case? But I think I'd prefer to
just run `neopass-server` by hand when I want it, for simplicity.
2024-03-14 18:01:54 -07:00
.devcontainer Save last trade activity time onto User 2024-01-19 00:00:46 -08:00
.husky Set up eslint for wardrobe-2020 2023-11-02 18:11:07 -07:00
app NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
bin Use local-only HTTPS certs for the development neopass-server 2024-03-14 18:01:54 -07:00
config NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
db Add OmniAuth plugin to AuthUser 2024-03-14 15:06:13 -07:00
deploy Install cron job to run `rails public_data:commit` weekly in production 2024-03-01 13:20:59 -08:00
lib NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
public Add handlers for requests that were stopped during the reboot process 2024-02-28 13:50:13 -08:00
test Save last trade activity time onto User 2024-01-19 00:00:46 -08:00
vendor NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
.eslintrc.json Set up eslint for wardrobe-2020 2023-11-02 18:11:07 -07:00
.gitignore Create `rails public_data:commit` task, to share public data dumps 2024-02-29 14:30:33 -08:00
.ruby-version Finish migrating to Ruby 3.3.0 2024-02-22 12:05:02 -08:00
.yarnrc.yml Upgrade to Yarn 4.0.2 2024-01-14 23:05:53 -08:00
Gemfile NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
Gemfile.lock NeoPass strategy interacts with dev NeoPass server, which is still WIP 2024-03-14 16:13:31 -07:00
LICENSE.md Update GitHub links to point to our self-hosted OpenNeo Code 2024-02-29 11:24:21 -08:00
Procfile.dev Use local-only HTTPS certs for the development neopass-server 2024-03-14 18:01:54 -07:00
README.md Oops, needs to be a README.md file! 2023-10-25 16:31:41 -07:00
Rakefile Uninstall resque 2023-10-23 19:05:04 -07:00
config.ru Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
falcon.rb Remove supervisor from the Falcon process? 2024-01-24 00:20:23 -08:00
package.json Split NeoPass dev server into main/backing servers 2024-03-14 15:06:13 -07:00
yarn.lock Split NeoPass dev server into main/backing servers 2024-03-14 15:06:13 -07:00

README.md

Dress to Impress beach logo

Dress to Impress

Oh! We've been revitalizing the Rails app! Fun!

There'll be more to say about it here soon :3