-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix monolith welcome message (#1413)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
- Loading branch information
1 parent
bfd14c9
commit 4eedc91
Showing
16 changed files
with
53 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
File renamed without changes.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
cat << EOF | ||
Rivet started. | ||
EOF | ||
|
||
# Sleep for infinity since this service will be restarted if it exits | ||
sleep infinity | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/sh | ||
cat << EOF | ||
Welcome to Rivet | ||
Configuration: | ||
Dashboard: http://127.0.0.1:8080/ui/ | ||
API: 127.0.0.1:8080 | ||
Edge API: 127.0.0.1:8081 | ||
Orchestrator: 127.0.0.1:8082 | ||
Object Storage: 127.0.0.1:9000 | ||
Resources: | ||
Quickstart: https://rivet.gg/docs/quickstart | ||
Operation: https://rivet.gg/docs/self-hosting | ||
Documentation: https://rivet.gg/docs | ||
Discord: https://rivet.gg/discord | ||
Starting Rivet... | ||
EOF | ||
|
||
# Sleep for infinity since this service will be restarted if it exits | ||
sleep infinity | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule cloudflare-rs
added at
f14720
Submodule deno
added at
bd9856
Submodule nomad-client
added at
abb66b
Submodule posthog-rs
added at
ef4e80
Submodule redis-rs
added at
ac3e27
Submodule rivet-term
added at
d539a0
Submodule serde_array_query
added at
b9f8bf
Submodule sqlx
added at
e7120f