rauversion-phx icon indicating copy to clipboard operation
rauversion-phx copied to clipboard

Self hosted music industries built on Elixir Phoenix

Results 14 rauversion-phx issues
Sort by recently updated
recently updated
newest added

So I tried to install the app but get an error when installing ```root@xxx:/opt/elexir/rauversion-phx# make install mix deps.get ** (CompileError) config/config.exs:63: undefined function config_env/0 (stdlib 3.14) lists.erl:1358: :lists.mapfoldl/3 (elixir 1.10.3)...

### TODO - [x] User account - [x] File uploads Avatar - [x] User auth - [x] Tracks - [x] Add metadata form step - [x] Embed at /embed/:track_id -...

Hi - Fantastic project! Thanks. I update the `priv/gettext/en/LC_MESSAGES/default.po` and save file, the site does not display the updated translation. Specifically a call from the `templates/layout/_user_menu.html.heex`. ``` #: lib/rauversion_web/templates/layout/_user_menu.html.heex:184 #:...

Improved the structure and clarity of the `ffmpeg` check within our Mix tasks. Utilized `System.find_executable/1` for more idiomatic command presence verification, and enhanced error messaging for better user feedback.