docs: clarify some points in the guides for first-time setup - #94
Open
thegamecracks wants to merge 6 commits into
Open
docs: clarify some points in the guides for first-time setup#94thegamecracks wants to merge 6 commits into
thegamecracks wants to merge 6 commits into
Conversation
This is the same note in web/README.md, simply added to the configuration guide for consistency. Sidenote, Viper apparently recommends decode hooks for parsing comma-separated lists instead of the current `splitCSV()` function: https://github.com/spf13/viper/tree/master#decoding-custom-formats I don't have any familiarity with Go though, so I won't try writing that 😅
Author
|
Awaiting answers to these questions so I can make amendments for the map parts:
|
thegamecracks
marked this pull request as ready for review
July 31, 2026 23:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes a few adjustments to the documentation based on issues I had setting up OCAP for the first time:
prefixURLandserverUrlto match accordinglyOCAP_AUTH_ADMINSTEAMIDSenv var to a comma-separated list of IDsghcr.io/ocap2/web:fullto process grad_meh exports into map tilesHopefully this saves a bit of headache for the next person setting up OCAP :)