diff --git a/Dockerfile b/Dockerfile index 4354c63..5f8793e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM golang:alpine AS builder +FROM golang:1.21-alpine AS builder WORKDIR /build diff --git a/LICENSE b/LICENSE index ea70c5c..3e0ccbd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Marco Andronaco +Copyright (c) 2025 birabittoh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/artbound.go b/artbound.go index a6fc795..b0f3011 100644 --- a/artbound.go +++ b/artbound.go @@ -11,7 +11,7 @@ import ( "os" "time" - "github.com/BiRabittoh/artbound-go/cache" + "github.com/birabittoh/artbound-go/cache" "github.com/joho/godotenv" ) diff --git a/docker-compose.yaml b/compose.yaml similarity index 100% rename from docker-compose.yaml rename to compose.yaml diff --git a/go.mod b/go.mod index ff41801..138c48e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/BiRabittoh/artbound-go +module github.com/birabittoh/artbound-go go 1.21.5 diff --git a/static/res/wm.png b/static/res/wm.png index c70d13c..e8eef31 100644 Binary files a/static/res/wm.png and b/static/res/wm.png differ diff --git a/static/script.js b/static/script.js index 1d462f0..c3eaa9a 100644 --- a/static/script.js +++ b/static/script.js @@ -1,7 +1,7 @@ const MAX_WIDTH = MAX_HEIGHT = 1000, WATERMARK_SRC = "/static/res/wm.png", - WATERMARK_WIDTH = 325, - WATERMARK_HEIGHT = 98, + WATERMARK_WIDTH = 297, + WATERMARK_HEIGHT = 103, IG_TEMPLATE_SRC = "/static/res/ig.png", IG_MIN_OFFSET_X = 0, IG_MIN_OFFSET_Y = 342,