@@ -39,7 +39,7 @@ describe("filebrowser", async () => {
39
39
"" ,
40
40
"📂 Serving /root at http://localhost:13339 " ,
41
41
"" ,
42
- "Running 'filebrowser --noauth --root /root --port 13339' " ,
42
+ "Running 'filebrowser --noauth --root /root --port 13339 --baseurl ' " ,
43
43
"" ,
44
44
"📝 Logs at /tmp/filebrowser.log" ,
45
45
] ) ;
@@ -61,7 +61,7 @@ describe("filebrowser", async () => {
61
61
"" ,
62
62
"📂 Serving /root at http://localhost:13339 " ,
63
63
"" ,
64
- "Running 'filebrowser --noauth --root /root --port 13339 -d .config/filebrowser.db' " ,
64
+ "Running 'filebrowser --noauth --root /root --port 13339 -d .config/filebrowser.db --baseurl ' " ,
65
65
"" ,
66
66
"📝 Logs at /tmp/filebrowser.log" ,
67
67
] ) ;
@@ -75,15 +75,15 @@ describe("filebrowser", async () => {
75
75
const output = await executeScriptInContainer ( state , "alpine" ) ;
76
76
expect ( output . exitCode ) . toBe ( 0 ) ;
77
77
expect ( output . stdout ) . toEqual ( [
78
- "\u001B [0;1mInstalling filebrowser " ,
78
+ "\u001b [0;1mInstalling filebrowser " ,
79
79
"" ,
80
80
"🥳 Installation complete! " ,
81
81
"" ,
82
82
"👷 Starting filebrowser in background... " ,
83
83
"" ,
84
84
"📂 Serving /home/coder/project at http://localhost:13339 " ,
85
85
"" ,
86
- "Running 'filebrowser --noauth --root /home/coder/project --port 13339' " ,
86
+ "Running 'filebrowser --noauth --root /home/coder/project --port 13339 --baseurl ' " ,
87
87
"" ,
88
88
"📝 Logs at /tmp/filebrowser.log" ,
89
89
] ) ;
@@ -106,7 +106,7 @@ describe("filebrowser", async () => {
106
106
"" ,
107
107
"📂 Serving /root at http://localhost:13339 " ,
108
108
"" ,
109
- "Running 'filebrowser --noauth --root /root --port 13339' " ,
109
+ "Running 'filebrowser --noauth --root /root --port 13339 --baseurl /@default/default.main/apps/filebrowser ' " ,
110
110
"" ,
111
111
"📝 Logs at /tmp/filebrowser.log" ,
112
112
] ) ;
0 commit comments