惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
博客园 - 叶小钗
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
M
MIT News - Artificial intelligence
美团技术团队
aimingoo的专栏
aimingoo的专栏
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
The GitHub Blog
The GitHub Blog
小众软件
小众软件
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
B
Blog RSS Feed
月光博客
月光博客
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
Y
Y Combinator Blog
B
Blog
MyScale Blog
MyScale Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - teslamate
2026-06-15 · via AUR Newest Packages

Latest Comments

micwoj92 commented on 2024-08-20 20:53 (UTC)

Wouldn't it work if you did something like HEX_HOME=${srcdir}/.hex MIX_HOME=${srcdir}/.mix MIX_ENV=prod mix do phx.digest, release --overwrite --path=${srcdir}/usr/share/webapps/${pkgname} or whatever other path and then move the files in package()?
Obviously I haven't tried it, but it might be simplest solution.
I see that in first incarnation this PKGBUILD used this mix do command both in build and in package.

VVL commented on 2024-08-20 20:30 (UTC)

Hello! mix do phx.digest requires $pkgdir folder, which in turn appears at the stage of package().

micwoj92 commented on 2024-08-15 23:41 (UTC)

Hello, could you move the compile/mix step to build() instead of package()? I think it would make more sense. Thanks

VVL commented on 2024-01-27 17:58 (UTC)

I fixed all needed (as I think). Please check you email, I send you proposed config.

VVL commented on 2024-01-27 15:54 (UTC)

  1. maybe change a lot of environments from .service to one EnvironmentFile? For example: EnvironmentFile=/etc/teslamate.conf

VVL commented on 2024-01-27 15:51 (UTC)

  1. maybe move teslamate from /opt to /usr/share/webapps, like in other packages?
  2. in /var/lib/grafana/conf/provisioning/dashboards/teslamate.yml 3 providers, this is wrong and grafana logs have a lot of warnings. Needed only one provider: name: 'teslamate'

bendavis78 commented on 2024-01-22 22:57 (UTC)

What is the recommended way to set the ENCRYPTION_KEY variable w/o setting it system-wide?