https://github.com/artcom/acms-assets
Asset server for https://github.com/artcom/acms-compose
https://github.com/artcom/acms-assets
Last synced: 4 months ago
JSON representation
Asset server for https://github.com/artcom/acms-compose
- Host: GitHub
- URL: https://github.com/artcom/acms-assets
- Owner: artcom
- License: mit
- Created: 2021-03-16T11:03:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-12T02:06:14.000Z (11 months ago)
- Last Synced: 2025-07-17T00:31:19.526Z (11 months ago)
- Language: Dockerfile
- Size: 50.8 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acms assets
Basic WebDAV server based on Apache httpd server.
## Usage
**Build and run container:**
```bash
docker build -t artcom/acms-assets .
docker run -d -p 80:80 --name artcom/acms-assets artcom/acms-assets
```
**Create Directorty and run container:**
```bash
curl -X MKCOL http://localhost:80/catPictures
```
**Upload image:**
```bash
curl -T /path/to/your/local/file/cat2.png -H "Content-Type: image/png" http://localhost:80/catPictures/cat2.png
```
## Extra configuration
Extra configuration (e.g. CORS headers) of the `` directive can be added by mounting a file to `/usr/local/apache2/conf/conf.d/.conf`.