mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(mobile): translation (no /api, experimental features) (#15600)
* initial /api removal * translations /api * experimental features * japanese url update --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
a6ace5151c
commit
c0210bd6c0
48 changed files with 62 additions and 62 deletions
|
|
@ -53,7 +53,7 @@ show_friendly_message() {
|
|||
ip_address=$(hostname -I | awk '{print $1}')
|
||||
cat <<EOF
|
||||
Successfully deployed Immich!
|
||||
You can access the website at http://$ip_address:2283 and the server URL for the mobile app is http://$ip_address:2283/api
|
||||
You can access the website or the mobile app at http://$ip_address:2283
|
||||
---------------------------------------------------
|
||||
If you want to configure custom information of the server, including the database, Redis information, or the backup (or upload) location, etc.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue