User Tools


server:stagit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
server:stagit [2025/08/24 07:35] marlonivoserver:stagit [2025/08/24 07:36] (current) – [Cloning] marlonivo
Line 72: Line 72:
   ├── favicon.ico     ← 2.   ├── favicon.ico     ← 2.
   └── logo.png        ← 3.   └── logo.png        ← 3.
 +</code>
 +
 +Set the right permissions for the complete directory, ''%%www-data%%'' for nginx and ''%%git%%'' for git:
 +<code>
 +chown -R git:www-data /var/www/stagit 
 </code> </code>
  
Line 171: Line 176:
 </code> </code>
  
-Then open port 9418 in your firewall:+Then open port 9418 in your firewall to let anyone clone your repo:
 <code> <code>
 sudo ufw allow 9418/tcp sudo ufw allow 9418/tcp
-</code> 
- 
-Set the right permissions for the complete directory, ''%%www-data%%'' for nginx and ''%%git%%'' for git: 
-<code> 
-chown -R git:www-data /var/www/stagit  
 </code> </code>