一个非常简洁的图床程序,适合自己个人使用。
界面也是极简的。
An open-source self hosted image sharing platform.
About
ShotShare is an open source, self hosted, bare bones image posting/sharing platform, it was built to allow friends to upload screenshots and send links to their friends without the constant barrage of ads/extraneous features.
Demo
A demo may be found here. This environment is strictly for trialing the application; images added here are automatically after a few minutes.
Installation, Configuration, & Local Development
ShotShare is meant to be extremely easy to self host. Below is a sample deployment using Docker.
Example Deployment with Docker
- Create a directory for ShotShare:
sudo mkdir /shotshare
- Create a
.env
file that will manage ShotShare generated environment variables (ex. your application key):sudo touch /shotshare/.env
- Ensure the user/group 82 (
www-data
user in docker container) own the.env
file:sudo chown 82:82 /shotshare/.env
- Start the ShotShare container
You may wish to customize environment variables (such as the HOST
) before running this command, see below for a list of environment variables.docker run \ -p 80:80 \ -p 443:443 \ -e HOST=localhost \ -v shotshare_caddy_data:/data \ -v shotshare_caddy_config:/config \ -v shotshare_database:/app/database \ -v shotshare_data:/app/storage \ –mount type=bind,source=/shotshare/.env,target=/app/.env \ -d \ –restart unless-stopped \ –name shotshare \ mdshack/shotshare:latest
Configuration Options
Note: These are not all of the configuration options, only the most used ones, feel free to open a PR if you see any missing. For a more in-depth look at all the available options check out here.
Environment Variable | Default | Options | Description |
---|---|---|---|
DB_CONNECTION | sqlite | sqlite ,mysql ,pgsql ,sqlsrv | Indicates what database connection will be used |
DB_HOST | 127.0.0.1 | N/A | Not required if using sqlite , indicates the database host |
DB_PORT | 3306 | N/A | Not required if using sqlite , indicates the database port |
DB_DATABASE | shotshare | N/A | Not required if using sqlite , indicates the database database |
DB_USERNAME | shotshare | N/A | Not required if using sqlite , indicates the database username |
DB_PASSWORD | none | N/A | Not required if using sqlite , indicates the database password |
HOST | localhost | N/A | Public host used by Caddy, thanks to caddy, this host will automatically be issued a SSL certificate |
Local Development
Local development is done using docker compose
- Pull the repo:
git clone git@github.com:mdshack/shotshare.git
- Change to the ShotShare directory:
cd shotshare
- Install dependencies:
composer install; npm install
- Build frontend:
npm run build
- Start docker compose:
docker compose up
Contributing
There is currently no established pattern for contributing, if you see something missing or feel like something could be better feel free to pop open an issue and/or PR.
License
ShotShare is open-sourced and licensed under the MIT License.
无错源码所有资源来自会员发布以及互联网收集,不代表本站立场,如有侵犯你的权益请联系管理员,站内发信联系 我们会第一时间进行审核删除。站内资源为网友个人学习或测试研究使用,未经原版权作者许可,禁止用于任何商业途径!本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。请在下载24小时内删除!
如果遇到付费才可观看的文章,建议升级传奇VIP。全站所有资源“任意下免费看”。本站资源少部分采用7z压缩,为防止有人压缩软件不支持7z格式,7z解压,建议下载7-zip,zip、rar解压,建议下载WinRAR。如遇解压需要密码,请尝试使用www.wucuoym.com来解压,如若仍有问题,请联系站长。