mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Arch Linux AUR package #1228
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1228
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 @simonbcn on GitHub (Jan 1, 2020).
Originally assigned to: @szolin on GitHub.
I have created an AUR package for Arch users: https://aur.archlinux.org/packages/adguardhome-bin/
@ameshkov commented on GitHub (Jan 8, 2020):
Cool, thank you!
@szolin commented on GitHub (Jan 17, 2020):
Should we add the link to our wiki?
@ghost commented on GitHub (Jan 17, 2020):
I think it's good to mention those somewhere include https://github.com/AdguardTeam/AdGuardHome/issues/1078
@ameshkov commented on GitHub (Jan 19, 2020):
@szolin yeah, it makes sense to keep track of AGH packages that we don't maintain ourselves, but which can be helpful to the users.
Let's add both this and this to Wiki.
@simonbcn commented on GitHub (Jan 21, 2020):
I have problems with .service file and dedicated user to run this application.
The current package in AUR works but it runs as root and I don't want that. I want it to run with a dedicated user but the program itself prevents that.
I consulted this thread to build the service file.
My systemd service file:
But when I start the service, AdGuardHome says
[error] This is the first launch of AdGuard Home. You must run it as root.:@ghost commented on GitHub (Jan 21, 2020):
#723 https://github.com/AdguardTeam/AdGuardHome/pull/720#issuecomment-485358696
@ameshkov commented on GitHub (Jan 21, 2020):
The only solution at the moment would be to include a pre-configured AdGuardHome.yaml and let the user perform the initial setup (choose interfaces, ports, admin username/pass) during the package installation.
Also, please upvote #723 if you want us to implement it sooner.
@szolin commented on GitHub (Jan 21, 2020):
This check is performed only on initial start, because by default we try to listen on 53 and 80 ports. Once you have a configuration file - you can run AGH under any user.
@simonbcn commented on GitHub (Jan 22, 2020):
Due to the problems to running this application in a safe environment with a dedicated user (different from root). I'm going to delete this AUR package. When the #723 is resolved, I will recreate it.