mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
rename github account
This commit is contained in:
parent
3a364e7674
commit
836d2829ce
5 changed files with 8 additions and 8 deletions
|
@ -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
2
dist/index.html
vendored
|
@ -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
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/lyx0/yaf
|
||||
module github.com/nouryxd/yaf
|
||||
|
||||
go 1.20
|
||||
|
||||
|
|
|
@ -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
4
yaf.go
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue