rename github account

This commit is contained in:
lyx0 2024-03-31 21:00:24 +02:00
parent 3a364e7674
commit 836d2829ce
5 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@ If you also want to serve the uploaded files, consider a web server like [nginx]
## Installation with docker-compose and local build
**Clone** the directory:
```bash
git clone https://github.com/lyx0/yaf.git
git clone https://github.com/nouryxd/yaf.git
```
Run **tests** (optional):
```bash
@ -15,7 +15,7 @@ go test
## Manual Installation
**Clone** the directory:
```bash
git clone https://github.com/lyx0/yaf.git
git clone https://github.com/nouryxd/yaf.git
```
**Build** the executable:
```bash

2
dist/index.html vendored
View file

@ -59,6 +59,6 @@ terms of service:
this site and its storage are hosted by <a href="https://buyvm.net"/>https://buyvm.net</a> in a datacenter located in luxembourg.
--------------------------------------------------------------------------------------
if you need to contact me or want your file removed send an email to noury[at]noury.li
source: <a href="https://github.com/lyx0/yaf">https://github.com/lyx0/yaf</a>
source: <a href="https://github.com/nouryxd/yaf">https://github.com/nouryxd/yaf</a>
</pre>
</html>

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/lyx0/yaf
module github.com/nouryxd/yaf
go 1.20

View file

@ -8,8 +8,8 @@ import (
"net/http"
"os"
"github.com/lyx0/yaf/exifscrubber"
"github.com/lyx0/yaf/extdetect"
"github.com/nouryxd/yaf/exifscrubber"
"github.com/nouryxd/yaf/extdetect"
)
type uploadHandler struct {

4
yaf.go
View file

@ -8,8 +8,8 @@ import (
"time"
"github.com/julienschmidt/httprouter"
"github.com/lyx0/yaf/exifscrubber"
"github.com/lyx0/yaf/fileexpiration"
"github.com/nouryxd/yaf/exifscrubber"
"github.com/nouryxd/yaf/fileexpiration"
)
const (