mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #93] Docker installation with Unraid #74
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guim31 on GitHub (Aug 21, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/93
[Paste from Reddit post]
Hi everyone,
please someone could give me hint on how to make it work on my Unraid server ?I pulled the eugenci/papermerge image but I don't know how to configure it...:
/config allocation, /db ?, internal/external port, other ?
I'm used to those types of way to go (example woth SabNZBd) :
But I'm not able to use the docker compose method.
Any hints for me ?
@Tooa commented on GitHub (Aug 21, 2020):
Hi @guim31,
this issue (https://github.com/selfhosters/unRAID-CA-templates/issues/133) might be related to your effort of running Papermerge in Unraid.
Once I find the time, I will look into creating a Papermerge template for Unraid as I'm also created such a template for Paperless (paperless.xml). This might require changes to the project though. For the time being, I'm afraid you need to wait until it is available.
I think having a template for Unraid might increase the Papermerge user base enormously. @ciur I think you can add the label
packaginghere and rename the ticket toDocker installation with Unraid@ciur commented on GitHub (Aug 22, 2020):
@Tooa thank you for you help!
@guim31 commented on GitHub (Aug 22, 2020):
Thanks a lot! I will wait for sure, there's no problem with that as I'm not able to do it myself!
@Quotic commented on GitHub (Aug 22, 2020):
Oh fine, just about to open an issue on that topic. I also want to use papermerge in UnRaid... maybe I will find some time...
@fumunda commented on GitHub (Aug 22, 2020):
i have it installed on unraid. problem is no template. you have to do it through docker-compose. of course there is no template for that either so you have to "sideload" it. installing compose this way does NOT survive reboots. i just created a script using userscripts plugin to reinstall after reboot. (make sure to click run in background when starting this way)
run this from cli to install docker-compose:
curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-composenext follow documentation to clone repo from cli:
cd /mnt/user/appdatagit clone https://github.com/ciur/papermerge papermerge-projcd papermerge-proj/dockeronce in docker (depending on version you wish to use):
cd 1.4docker-compose up -dI would recommend installing the portainer container from CA to view and manage your docker-compose stacks.
@guim31 commented on GitHub (Aug 23, 2020):
As I'm not in a hurry I'll choose to wait a little bit more to try an Unraid template if someone creates one.
Too much console for me 😇
@fumunda commented on GitHub (Aug 24, 2020):
I understand. :) Its pretty simple with User scripts from the CA though.
@MrLyallCSIT commented on GitHub (Sep 29, 2020):
Linuxserver have released their CA template on Unraid
@Quotic commented on GitHub (Sep 30, 2020):
Yes it is working fine :)
@Quotic commented on GitHub (Sep 30, 2020):
@ciur I think you can close this (?)