From 39741b2e8f723d21c962425cba812861295294d6 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 20 Mar 2023 10:14:58 -0600 Subject: [PATCH] Add Gitea note Former-commit-id: 74be51b8928494663216ff3e80b5fcb241b833db --- app/data/stacks/build-support/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/app/data/stacks/build-support/README.md b/app/data/stacks/build-support/README.md index bb9fca16..72001518 100644 --- a/app/data/stacks/build-support/README.md +++ b/app/data/stacks/build-support/README.md @@ -48,6 +48,7 @@ PING gitea.local (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.147 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.033 ms ``` +Although not necessary in order to build and publish packages, you can now access the Gitea web interface at: [http://gitea.local:3000](http://gitea.local:3000) using these credentials: gitea_admin/admin1234 (Note: please properly secure Gitea if public internet access is allowed). Now npm packages can be built: ### Build npm Packages