rebrand: rename ImmichFrame to Frambe in server startup logs
This commit is contained in:
@@ -241,7 +241,7 @@ app.get('*', (_req, res) => {
|
|||||||
|
|
||||||
// --- Start ---
|
// --- Start ---
|
||||||
app.listen(PORT, '0.0.0.0', () => {
|
app.listen(PORT, '0.0.0.0', () => {
|
||||||
console.log(`🖼️ ImmichFrame running on http://0.0.0.0:${PORT}`);
|
console.log(`🖼️ Frambe running on http://0.0.0.0:${PORT}`);
|
||||||
console.log(`📡 Immich server: ${IMMICH_URL}`);
|
console.log(`📡 Immich server: ${IMMICH_URL}`);
|
||||||
console.log(`🔑 API Key: ${API_KEY ? '***configured***' : '⚠️ NOT SET'}`);
|
console.log(`🔑 API Key: ${API_KEY ? '***configured***' : '⚠️ NOT SET'}`);
|
||||||
if (ALBUM_ID) console.log(`📁 Default album: ${ALBUM_ID}`);
|
if (ALBUM_ID) console.log(`📁 Default album: ${ALBUM_ID}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user