Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxserver-archive/docker-dillinger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.39.1-ls190
Choose a base ref
...
head repository: linuxserver-archive/docker-dillinger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 20 files changed
  • 2 contributors

Commits on Feb 10, 2024

  1. Copy the full SHA
    9bbcbfa View commit details

Commits on Feb 17, 2024

  1. Copy the full SHA
    247f6ab View commit details

Commits on Feb 24, 2024

  1. Copy the full SHA
    77bc4b1 View commit details
  2. Copy the full SHA
    530d2a7 View commit details

Commits on Mar 2, 2024

  1. Copy the full SHA
    52fe3e8 View commit details

Commits on Mar 16, 2024

  1. Copy the full SHA
    bcdfc97 View commit details
  2. Copy the full SHA
    3cf3b10 View commit details

Commits on Mar 20, 2024

  1. Deprecate image

    thespad committed Mar 20, 2024
    Copy the full SHA
    c60b795 View commit details
  2. Merge pull request #11 from linuxserver/master-deprecate

    Deprecate image
    thespad authored Mar 20, 2024
    Copy the full SHA
    3e299e4 View commit details
  3. Copy the full SHA
    35e1d0e View commit details
  4. Copy the full SHA
    1d1b7d5 View commit details
  5. Copy the full SHA
    1eea28e View commit details
72 changes: 4 additions & 68 deletions .github/ISSUE_TEMPLATE/issue.bug.yml
Original file line number Diff line number Diff line change
@@ -4,73 +4,9 @@ description: Create a report to help us improve
title: "[BUG] <title>"
labels: [Bug]
body:
- type: checkboxes
- type: markdown
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: Tell us what happens instead of the expected behavior.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: Tell us what should happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Ubuntu 20.04
- **How docker service was installed**: distro's packagemanager
value: |
- OS:
- How docker service was installed:
render: markdown
validations:
required: false
- type: dropdown
attributes:
label: CPU architecture
options:
- x86-64
- arm64
validations:
required: true
- type: textarea
attributes:
label: Docker creation
description: |
Command used to create docker container
Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container
render: bash
validations:
required: true
- type: textarea
attributes:
description: |
Provide a full docker log, output of "docker logs linuxserver.io"
label: Container logs
placeholder: |
Output of `docker logs linuxserver.io`
render: bash
validations:
required: true
# This image is deprecated. We will not offer support for this image and it will not be updated.


29 changes: 5 additions & 24 deletions .github/ISSUE_TEMPLATE/issue.feature.yml
Original file line number Diff line number Diff line change
@@ -4,28 +4,9 @@ description: Suggest an idea for this project
title: "[FEAT] <title>"
labels: [enhancement]
body:
- type: checkboxes
- type: markdown
attributes:
label: Is this a new feature request?
description: Please search to see if a feature request already exists.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Wanted change
description: Tell us what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Reason for change
description: Justify your request, why do you want it, what is the benefit.
validations:
required: true
- type: textarea
attributes:
label: Proposed code change
description: Do you have a potential code change in mind?
validations:
required: false
value: |
# This image is deprecated. We will not offer support for this image and it will not be updated.


3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This image is deprecated. We will not offer support for this image and it will not be updated.


<!--- Provide a general summary of your changes in the Title above -->

[linuxserverurl]: https://linuxserver.io
16 changes: 0 additions & 16 deletions .github/workflows/call_issue_pr_tracker.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/call_issues_cron.yml

This file was deleted.

104 changes: 0 additions & 104 deletions .github/workflows/external_trigger.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/external_trigger_scheduler.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/first-interaction@v1
with:
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-dillinger/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
issue-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-dillinger/blob/master/README.md) may have additional information. Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
pr-message: 'This image is deprecated. We will not offer support for this image and it will not be updated. The [README](https://github.com/linuxserver/docker-dillinger/blob/master/README.md) may have additional information. Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-dillinger/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
repo-token: ${{ secrets.GITHUB_TOKEN }}
42 changes: 0 additions & 42 deletions .github/workflows/package_trigger.yml

This file was deleted.

Loading