mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #212] Change instructions for RPI #184
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#184
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 @skluthe on GitHub (Oct 20, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/212
The current docker-compose doesn't include the correct image for a raspberry pi. The official Mariadb image doesn't have an arm7 option in the manifest. The correct one to use for a raspberry pi is linuxserver/mariadb. I don't think you need to change it in the docker-compose file but it may be a good idea to include that info in the read-me.
@skluthe commented on GitHub (Oct 20, 2019):
This is incorrect. Sorry about that. The default instructions will not work if you're running standard 32 bit raspbian.
@khannurien commented on GitHub (Oct 28, 2019):
Under Raspbian (32-bit), just use
webhippie/mariadb:latestas NPM requires MariaDB 10.2 for JSON fields.@jeffest-jeff commented on GitHub (Jan 3, 2020):
I forked this and added RPI documentation alongside @jc21 's documentation.
jeff89179/nginx-proxy-manager
@jc21 commented on GitHub (Jan 5, 2020):
Feel free to submit a pull request with that documentation :)
@jeffest-jeff commented on GitHub (Jan 6, 2020):
Ok, let me clean it up on my fork and i'll submit it.
Jeff Kleinhenz
On Sun, Jan 5, 2020 at 4:48 PM jc21 notifications@github.com wrote:
@chaptergy commented on GitHub (May 11, 2021):
@jeff89179 Do you still want to open a PR?
@jeffest-jeff commented on GitHub (May 11, 2021):
Apologies, but no. I haven't look at this since last January. My home lab has been simplified drastically and I haven't been running as many containers to where I ended up keeping this in place. If I do get back to this, I'll work on updating my documentation and submit a request. But at this time - no.
@chaptergy commented on GitHub (May 12, 2021):
Allright, but thanks! For those coming here with this issue, here is a link to his explanation.