Skip to content

Add Planka conf #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 17, 2023
Merged

Add Planka conf #520

merged 3 commits into from
Feb 17, 2023

Conversation

roib20
Copy link
Contributor

@roib20 roib20 commented Feb 5, 2023

Signed-off-by: roib20 [email protected]

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description

Add two conf samples for planka (both subdomain and subfolder):

  • planka.subdomain.conf.sample
  • planka.subfolder.conf.sample

Benefits of this PR and context

Planka is a "Free open source kanban board for workgroups".

Several users have faced issues trying to configure Planka to work with SWAG. In addition, SWAG Auto-proxy mod cannot properly set the required configs for Planka on its own (without sample conf files).

How Has This Been Tested?

I installed Planka locally, together with SWAG and the new conf files; then verified it works fully. I also got help from two friends who tested these conf files in the same way: @Yehuda-Bergstein and @bobetha

Source / References

@roib20
Copy link
Contributor Author

roib20 commented Feb 7, 2023

If PR #521 gets merged first, I will make the necessary changes to reflect that.

@aptalca
Copy link
Member

aptalca commented Feb 7, 2023

Just out of curiosity, why doesn't it work with the auto proxy mod? The conf looks generic. The mod should generate a working conf for it as long as all the pertinent info is set in the labels.

@roib20
Copy link
Contributor Author

roib20 commented Feb 7, 2023

Just out of curiosity, why doesn't it work with the auto proxy mod? The conf looks generic. The mod should generate a working conf for it as long as all the pertinent info is set in the labels.

You are correct, I made a mistake on that part. In the process of trying to get it to work for my friends and I, I forgot to add the swag_port label. Now I tested it again and can confirm the following labels will work for a planka container:

    labels:
      - "swag=enable"
      - "swag_port=1337"
      - "swag_proto=http"
      - "swag_url=planka.*"

In addition to the labels, the BASE_URL environment variable must be set correctly.

@roib20 roib20 marked this pull request as draft February 10, 2023 00:09
@roib20 roib20 marked this pull request as ready for review February 13, 2023 22:53
@nemchik nemchik merged commit 8ff3366 into linuxserver:master Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants