본문 바로가기
Synology/Docker(in Synology)

Picoshare - any sharing file

by kage2k 2023. 5. 7.
728x90
반응형

Picoshare

 

* 안내말 입니다. 

--------------
* 개인적으로 남기는 글입니다. 아래의 경우를 미리 공지합니다. 
1. 높임말은 없는 경우가 있습니다. 
2. 영어, 일본어, 베트남어를 공부하고 있습니다. 경우에 따라서 사용됩니다.
3. 보기 거북하다면 뒤로가기 해주세요.

-------------

시작!

 

 

https://github.com/mtlynch/picoshare


Why PicoShare?

There are a million services for sharing files, but none of them are quite like PicoShare. Here are PicoShare's advantages:

  • Direct download links: PicoShare gives you a direct download link you can share with anyone. They can view or download the file with no ads or signups.
  • No file restrictions: Unlike sites like imgur, Vimeo, or SoundCloud that only allow you to share specific types of files, PicoShare lets you share any file of any size.
  • No resizing/re-encoding: If you upload media like images, video, or audio, PicoShare never forces you to wait on re-encoding. You get a direct download link as soon as you upload the file, and PicoShare never resizes or re-encodes your file.

 

 

Docker compose

version: '2'
services:
  picoshare:
    environment:
      - PORT=3002
      - PS_SHARED_SECRET=youris
    ports:
      - youris:3002
    volumes:
      - /volume1/docker/picoshare/data:/data
    container_name: picoshare
    image: mtlynch/picoshare:latest

volumes:
  picoshare:

 

 

업로드 후에 링크는 짧은 링크만 얻을 수 있다. 

 

1번에서 얻은 URLs주소끝에 2번에있는 [파일명.확장자] 를 전부 URL에 넣어주면 FULL LINK가 다시 생성된다. 

 

끝.

300x250
반응형