Compare commits
	
		
			2 Commits
		
	
	
		
			22adcee9d2
			...
			95f5e03f65
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 95f5e03f65 | |||
| 593d32438a | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,4 @@
 | 
			
		||||
*.db
 | 
			
		||||
*.sqlite
 | 
			
		||||
build/
 | 
			
		||||
*.txt
 | 
			
		||||
.env
 | 
			
		||||
@@ -13,7 +13,7 @@ RUN go mod download
 | 
			
		||||
COPY cmd /app/cmd/
 | 
			
		||||
COPY internal /app/internal/
 | 
			
		||||
 | 
			
		||||
RUN CGO_ENABLED=1 GOOS=linux go build -o /CatsOfMastodonGo ./cmd/CatsOfMastodonBotGo/main.go
 | 
			
		||||
RUN GIN_MODE=release CGO_ENABLED=1 GOOS=linux go build -o /CatsOfMastodonGo ./cmd/CatsOfMastodonBotGo/main.go
 | 
			
		||||
 | 
			
		||||
# Deploy the application binary into a lean image
 | 
			
		||||
FROM gcr.io/distroless/base-debian12 AS build-release-stage
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -6,17 +6,14 @@
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
			
		||||
    <title>Admin Dashboard</title>
 | 
			
		||||
    <meta name="description" content="Admin Dashboard for Media Review" />
 | 
			
		||||
    <meta name="author" content="Mahdium" />
 | 
			
		||||
    <meta name="author" content="" />
 | 
			
		||||
 | 
			
		||||
    <meta property="og:title" content="Admin Dashboard" />
 | 
			
		||||
    <meta property="og:description" content="Admin Dashboard for Media Review" />
 | 
			
		||||
    <meta property="og:type" content="website" />
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    <meta name="twitter:card" content="summary_large_image" />
 | 
			
		||||
    <meta name="twitter:site" content="@mahdium86" />
 | 
			
		||||
    
 | 
			
		||||
    <script type="module" crossorigin src="/admin/assets/index-CWPfp0-e.js"></script>
 | 
			
		||||
    <script type="module" crossorigin src="/admin/assets/index-Do3iuUd_.js"></script>
 | 
			
		||||
    <link rel="stylesheet" crossorigin href="/admin/assets/index-DShmOgsI.css">
 | 
			
		||||
  </head>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								internal/web/templates/admin/robots.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								internal/web/templates/admin/robots.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
User-agent: *
 | 
			
		||||
Disallow: /
 | 
			
		||||
		Reference in New Issue
	
	Block a user