storj/storagenode/console
Egon Elbre dc0f7b5f77 storagenode,web/storagenode: use go:embed for assets
Go can now directly embed files without relying on external tools.
This makes code use go:embed and avoid the external tooling.

go:embed requires files to be present in the embedded directory,
hence we need to add .keep to "dist" folder. We also add one to
public/.keep, such that it won't be deleted when building storagenode.

Change-Id: I8bef81236be6829ed37ed4c16ef693677b93a631
2022-03-11 16:01:28 +02:00
..
consoleapi storagenode/satellites: address added, caching satellite's addresses from trust 2021-07-08 15:38:23 +00:00
consoleserver storagenode,web/storagenode: use go:embed for assets 2022-03-11 16:01:28 +02:00
bandwidth.go all: fix dots 2020-07-16 14:58:28 +00:00
diskspace.go storagenode/console: diskSpaceInfo extended with overused diskspace, getDashboardData updated. 2020-12-08 14:55:55 +00:00
service_test.go storagenode/console: ignore untrusted satellite while returning 2020-09-29 18:27:49 +00:00
service.go storagenode: check if QUIC is properly configured 2022-01-20 12:04:04 +00:00