chore: rename project from podpuddle to podsteadr
Renames the repo directory and every podpuddle/PODPUDDLE reference across code, config, and docs to podsteadr/PODSTEADR (package names, Docker Compose project/service/volume names, env var names, UI/RSS strings). Existing Docker volume data (uploaded blobs, mediamtx recordings, the server's sqlite DB and its nostr identity key) was migrated to new podsteadr_-prefixed volumes with matching filenames so it isn't orphaned by the rename.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Hostname or IP your users will reach this box on (no scheme, no port)
|
||||
PUBLIC_HOST=localhost
|
||||
|
||||
# Where the podpuddle UI/API is reachable from browsers
|
||||
# Where the podsteadr UI/API is reachable from browsers
|
||||
PUBLIC_URL=http://${PUBLIC_HOST}:8095
|
||||
|
||||
# Public endpoints handed out for streaming / playback / uploads
|
||||
|
||||
Reference in New Issue
Block a user