I was trying to execute this using the nixModules provided in these repos flake.nix, but when starting, appview shows the following logs:
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-description-to-repos
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-rkey-to-pubkeys
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-rkey-to-comments
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-deleted-and-edited-to-issue-comments
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-source-info-to-pulls-and-submissions
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-source-to-repos
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=recreate-pulls-column-for-stacking-support
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-spindle-to-repos
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=no-more-secrets
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=rework-collaborators-table
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-rkey-to-issues
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=rename-registrations-read-only-to-needs-upgrade
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=migrate-knots-to-total-xrpc
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=migrate-spindles-to-xrpc-owner
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=remove-issue-at-from-issues
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=rework-issue-comments
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-at-uri-to-pulls
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=remove-repo-at-pull-id-from-pull-submissions
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-combined-column-submissions
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-pronouns-profile
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-meta-column-repos
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=add-usermentioned-preference
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 WARN appview/db: skipped migration, already applied migration=generalize-stars-subject
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 INFO appview/indexer: Initialized the issue indexer docCount=0
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 INFO appview/indexer: Initialized the pull indexer docCount=0
Dec 02 21:04:52 tangled appview[7517]: 2025/12/02 21:04:52 ERRO appview: failed to start appview err="failed to start oauth handler: crypto: not a multibase base58btc string"
Since this is all new to me, there's definitely a chance that I screwed something up. But is there any guidance on what could be causing this?
Nevermind, I was missing the proper oauth secrets. I was able to create an env file and it works now.