๐พ Archived View for source.community โบ Fuwn โบ space โบ blob โบ main โบ Makefile captured on 2023-01-29 at 03:32:01. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2022-03-01)
โก๏ธ Next capture (2024-02-05)
-=-=-=-=-=-=-
. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . . `-. | | | | | | |-' | | | | | | | | | | | | | | | | | `-' `-' `-^ ' `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-| /| `-'
git clone https://source.community/Fuwn/space.git
View raw contents of /Makefile (main)
โโโโโฎ 1โ fmt: 2โ go fmt github.com/fuwn/space... 3โ 4โ run: fmt validate 5โ go run github.com/fuwn/space 6โ 7โ build: fmt 8โ go build 9โ 10โ validate: .space/.certificates/space.crt .space/.certificates/space.key 11โ 12โ ssl: 13โ mkdir -p .space/.certificates 14โ openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes \ 15โ -out .space/.certificates/space.crt \ 16โ -keyout .space/.certificates/space.key \ 17โ -subj "/CN=fuwn.me" 18โ 19โ docker: fmt 20โ docker build -t fuwn/space:latest . 21โ 22โ # https://stackoverflow.com/a/49022012 23โ dangling: 24โ sudo docker rmi $(sudo docker images -f "dangling=true" -q) --force โโโโโฏ
ยท ยท ยท
ยฉ 2023 source.community