Auction App Needed

All, I am in need of an “auction app” and as there are none in the list of Virtualmin Apps, I hoped someone could make a recommendation from your experience? I would prefer open source, of course.. : ) Thx!

depends very much on your choice and coding experience (there are many out there of most flavours with some being quite adaptable given some extra work) a simple “github php free auction app” substitute your favourite language for “php” will expose too many to choose from.

i have a domain using one of them but i am sure there are others.

i cannot be too specific without introducing bias or advertising.

there are probably even “wordpress” options. i think it requires some project specification and a little ground work before deciding.

not used these joomla based auction extensions

Check these and tell me which one you like:

I actually liked Auktiva’s vibe and feel. It’s also well-documented. The downside is that it’s very new and likely has bugs.

I added an installer for Auktiva and sent it to you, @jimdunn, so you can try it out. You can add it from the “System Settings ⇾ Web App Installers” page.

Note that this web app is relatively resource-intensive, so you may need more disk space and RAM, or additional swap, than usual. It worked for me with a 4+ GB disk quota and 4 GB of extra swap, but failed with 2 GB of disk space and 1.5 GB of RAM.

Wow, I did NOT expect such an outpouring of support on this – so EXCELLENT!!! And I have plenty of disk space and ram on my production server, so no issue there. I will check them out, and yes, got the perl script!!

Please let us know which one you end up picking :slight_smile:

So far none. I think Auktiva really looks nice, but I’m not qualified to configure/interact with NODE.JS so that is slow going.

from a server point of view you should not need to, as long as it is up-to-date

the app is the app programmers job so it should be plain sailing

just watchout for what is added through package.json and other dot files

Unfortunately I also have to “service” it… I was able to install it on the server and it looked good, I was able to log in using the system account… but when trying to configure the .conf file to get “send an email” working… nothing would work. They offer several “send an email” options, but none would work.

Has anyone else been able to get Auktiva to send an email? It’s a shame they don’t use “sendmail” or “PHPsendmail” out of the box – everything else (usually) does.

Docs says it can use smtp server, have you configured and checked mail logs?

do they not use “nodemailer” most/many node.js apps use that package not php i know but it is node so why go backwards

i have not looked at Auktiva