Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/693c70a4-9498-8011-87ee-efb5576cc53d
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== 1. Remove <code>.git</code> from production directory Production should NEVER contain a .git folder. === # Restart the backend container # Verify health with curl ``<code> curl -I http://localhost:8070 <syntaxhighlight>4. Add NPM rule blocking </code>.git/*<code> # Fix CI/CD workflow so only static files deploy # Separate “source repo” from “deployment repo correctly” === Your earlier confusion came from thinking that: === * caddy-wsi = production repo But actually: * caddy-wsi = NOT used for production * port 8070 container = real production site * NPM = reverse proxy * Caddy = not used for WSI website This misunderstanding allowed a .git folder to leak into public access. === Please send: === ===== </syntaxhighlight> ===== docker ps -a | grep 8070 <syntaxhighlight> ===== </syntaxhighlight> ===== grep -R "8070" -n ~/projects </code>`` Once we get these two outputs: ➡ I will identify your REAL production website folder ➡ I will restore the correct container ➡ I will secure it properly ➡ I will rebuild a clean deployment workflow ==== Please paste outputs for commands #1 and #2.** ====
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)