Package Details: asf-ui-git r1262.6e7611d-1

Git Clone URL: https://aur.archlinux.org/asf-ui-git.git (read-only, click to copy)
Package Base: asf-ui-git
Description: Standalone web interface for ASF.
Upstream URL: https://github.com/JustArchiNET/ArchiSteamFarm
Licenses: Apache
Provides: asf-ui
Submitter: Gilrain
Maintainer: Gilrain
Last Packager: Gilrain
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-25 20:26 (UTC)
Last Updated: 2020-08-24 07:35 (UTC)

Dependencies (3)

Required by (2)

  • asf (requires asf-ui) (optional)
  • asf-git (requires asf-ui) (optional)

Sources (1)

Latest Comments

Gilrain commented on 2023-11-16 07:35 (UTC)

AUR is not a turnkey repository, you need to install base-devel. See https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started

Kolvir commented on 2023-11-15 18:33 (UTC) (edited on 2023-11-15 18:34 (UTC) by Kolvir)

I can not build it either:


/usr/lib/node_modules/npm/lib/es6/validate-engines.js:31
    throw err
    ^

Error: Cannot find module 'nopt'
Require stack:
- /usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js
- /usr/lib/node_modules/npm/lib/npm.js
- /usr/lib/node_modules/npm/lib/cli-entry.js
- /usr/lib/node_modules/npm/lib/cli.js
- /usr/lib/node_modules/npm/bin/npm-cli.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Module.require (node:internal/modules/cjs/loader:1235:19)
    at require (node:internal/modules/helpers:176:18)
    at Object.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js:4:14)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at Module.require (node:internal/modules/cjs/loader:1235:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/usr/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js',
    '/usr/lib/node_modules/npm/lib/npm.js',
    '/usr/lib/node_modules/npm/lib/cli-entry.js',
    '/usr/lib/node_modules/npm/lib/cli.js',
    '/usr/lib/node_modules/npm/bin/npm-cli.js'
  ]
}

Lucki commented on 2020-09-23 12:33 (UTC)

Took my quite some time to find out why the asf-ui didn't show something on the log page. Apparently this is because the asf package ships an NLog.config which overwrites the internal default parameters without setting the parameters needed for this to work.

Here is the default which will be used when no NLog.conf is found. For the log page to work you'll have to add/uncomment the lines below the IPC mention (History) to your local configuration.

sh4nks commented on 2020-08-23 17:01 (UTC)

I am not able to build this package:

==> Making package: asf-ui-git r1030.e4b02e9-1 (Sun Aug 23 18:59:18 2020)
==> WARNING: Skipping dependency checks.
==> Retrieving sources...
  -> Updating asf-ui git repo...
Fetching origin
From https://github.com/JustArchiNET/ASF-ui
 * [new branch]      dependabot/npm_and_yarn/axios-0.20.0 -> dependabot/npm_and_yarn/axios-0.20.0
   fa5da6d..6e7611d  master                               -> master
 + 03e4921...051e011 refs/pull/1059/merge                 -> refs/pull/1059/merge  (forced update)
 * [new ref]         refs/pull/1066/head                  -> refs/pull/1066/head
 * [new ref]         refs/pull/1068/head                  -> refs/pull/1068/head
 * [new ref]         refs/pull/1069/head                  -> refs/pull/1069/head
 * [new ref]         refs/pull/1071/head                  -> refs/pull/1071/head
 * [new ref]         refs/pull/1072/head                  -> refs/pull/1072/head
 * [new ref]         refs/pull/1073/head                  -> refs/pull/1073/head
 * [new ref]         refs/pull/1074/head                  -> refs/pull/1074/head
 * [new ref]         refs/pull/1076/head                  -> refs/pull/1076/head
 * [new ref]         refs/pull/1078/head                  -> refs/pull/1078/head
 * [new ref]         refs/pull/1080/head                  -> refs/pull/1080/head
 * [new ref]         refs/pull/1081/head                  -> refs/pull/1081/head
 * [new ref]         refs/pull/1082/head                  -> refs/pull/1082/head
 * [new ref]         refs/pull/1082/merge                 -> refs/pull/1082/merge
==> Validating source files with sha256sums...
    asf-ui ... Skipped
==> Extracting sources...
  -> Creating working copy of asf-ui git repo...
From /home/USER/.cache/pikaur/build/asf-ui-git/asf-ui
 * [new branch]      dependabot/npm_and_yarn/axios-0.20.0 -> origin/dependabot/npm_and_yarn/axios-0.20.0
   fa5da6d..6e7611d  master                               -> origin/master
Reset branch 'makepkg'
==> Starting pkgver()...
/home/USER/.cache/pikaur/build/asf-ui-git/PKGBUILD: line 18: cd: asf-ui-git: No such file or directory
==> ERROR: A failure occurred in pkgver().
    Aborting...