-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme-vars.yml
More file actions
27 lines (19 loc) · 729 Bytes
/
readme-vars.yml
File metadata and controls
27 lines (19 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# project information
project_name: d2-builder
project_categories: "Internal"
full_custom_readme: |
{% raw -%}
# linuxserver/d2-builder
Expects to run as part of the LSIO CI process. Not for public consumption.
## Running against local project
If you need to test functionality just run:
```bash
docker pull lscr.io/linuxserver/d2-builder:latest && \
docker run -d --rm -v /tmp/d2:/output -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/d2-builder:latest mastodon:latest
```
Generated svg files will be created in `/output`.
## Versions
The following line is only in this repo for loop testing:
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
{%- endraw %}