๐Ÿ’พ 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

View Raw

More Information

โฌ…๏ธ Previous capture (2022-03-01)

โžก๏ธ Next capture (2024-02-05)

๐Ÿšง View Differences

-=-=-=-=-=-=-

                                                         .
,-. ,-. . . ,-. ,-. ,-.    ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . .
`-. | | | | |   |   |-'    |   | | | | | | | | | | | | | |  | |
`-' `-' `-^ '   `-' `-' :: `-' `-' ' ' ' ' ' ' `-^ ' ' ' `' `-|
                                                             /|
                                                            `-'

Profile for Fuwn

Fuwn / space

git clone https://source.community/Fuwn/space.git

Branches

Log

Tree

/Makefile (main)

โ†‘ /

blob

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
โ”€โ”€โ”€โ”€โ•ฏ

ยท ยท ยท

๐Ÿก Home

FAQs

Privacy Policy

Terms & Conditions

Official Gemlog

info@source.community

ยฉ 2023 source.community