File tree 5 files changed +24
-12
lines changed
5 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ root:~# git clone https://github.com/solid-contrib/pivot
25
25
root:~ # cd pivot
26
26
root:~ /pivot# npm ci --skip=dev
27
27
root:~ /pivot# npm run build
28
- root:~ /pivot# mkdir -p ./data/www
29
- root:~ /pivot# cp -r ./www data/
30
28
root:~ /pivot# npx community-solid-server -c ./config/prod.json -f ./data --httpsKey /etc/letsencrypt/live/pivot.pondersource.com-0001/privkey.pem --httpsCert /etc/letsencrypt/live/pivot.pondersource.com-0001/fullchain.pem -p 443 -b https://pivot.pondersource.com -m .
31
29
2024-11-13T11:28:02.426Z [Components.js] info: Initiating component discovery from /root/pivot
32
30
2024-11-13T11:28:02.919Z [Components.js] info: Discovered 169 component packages within 1345 packages
Original file line number Diff line number Diff line change 48
48
"filePath" : " ./templates/identity/password/login.html.ejs" ,
49
49
"route" : { "@id" : " urn:solid-server:default:LoginPasswordRoute" }
50
50
}
51
+ },
52
+ {
53
+ "@type" : " Override" ,
54
+ "overrideInstance" : { "@id" : " urn:solid-server:default:RootStaticAsset" },
55
+ "overrideParameters" : {
56
+ "@type" : " StaticAssetEntry" ,
57
+ "filePath" : " www/index.html"
58
+ }
51
59
}
52
60
]
53
61
}
Original file line number Diff line number Diff line change 126
126
"filePath" : " ./templates/identity/password/login.html.ejs" ,
127
127
"route" : { "@id" : " urn:solid-server:default:LoginPasswordRoute" }
128
128
}
129
+ },
130
+ {
131
+ "@type" : " Override" ,
132
+ "overrideInstance" : { "@id" : " urn:solid-server:default:RootStaticAsset" },
133
+ "overrideParameters" : {
134
+ "@type" : " StaticAssetEntry" ,
135
+ "filePath" : " www/index.html"
136
+ }
129
137
}
130
138
]
131
139
}
Original file line number Diff line number Diff line change 50
50
"RecordObject:_record_value" : { "@id" : " urn:solid-server:default:ResourceStore" }
51
51
}
52
52
]
53
+ },
54
+ {
55
+ "@type" : " Override" ,
56
+ "overrideInstance" : { "@id" : " urn:solid-server:default:RootStaticAsset" },
57
+ "overrideParameters" : {
58
+ "@type" : " StaticAssetEntry" ,
59
+ "filePath" : " www/index.html"
60
+ }
53
61
}
54
62
]
55
63
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments