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

推荐订阅源

量子位
博客园_首页
罗磊的独立博客
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
Last Week in AI
Last Week in AI
D
DataBreaches.Net
Jina AI
Jina AI
博客园 - Franky
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
D
Docker
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
H
Help Net Security
T
The Blog of Author Tim Ferriss

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?