Skip to content

Commit

Permalink
update license, compose, new watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
birabittoh committed Jan 5, 2025
1 parent 741e68d commit 6d6b972
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:alpine AS builder
FROM golang:1.21-alpine AS builder

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion artbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"os"
"time"

"github.com/BiRabittoh/artbound-go/cache"
"github.com/birabittoh/artbound-go/cache"
"github.com/joho/godotenv"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/BiRabittoh/artbound-go
module github.com/birabittoh/artbound-go

go 1.21.5

Expand Down
Binary file modified static/res/wm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/script.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 6d6b972

Please sign in to comment.