Recent content by Jarvis

  1. Jarvis

    XF 2.2 Requirements for Access level subforums & DB integration?

    I'm not sure what you mean by this. Forums can be accessible without an account - do you mean 'non-users' being able to reply? That's just the permission setup for user-groups Are you expecting the external DB to change often then? I.e. does another system manage the Perms? --- No, not...
  2. Jarvis

    XF 2.2 Local dev environment recommendation 2020

    @DevOops Here's the compose we use for production setup: https://gist.github.com/Jarvvski/67c37080d530cdb64515f360b7a57e3c It includes; Nginx side car for php-fpm php fpm mariaDB elasticsearch smtp redis cache small node container for a discord bot that uses xenforo All of this happens...
  3. Jarvis

    XF 2.2 Local dev environment recommendation 2020

    No, requests per minute https://github.com/nginx-proxy/nginx-proxy This is what we use in production for an entirely containerised setup - no ’weird’ nginx config needed, and automatic SSL certs generated on the fly for new domains as needed
  4. Jarvis

    XF 2.2 Local dev environment recommendation 2020

    Sounds good I looked into traefik, but the r/pm is seemingly slower than that of nginx Would be good to hear more data points on how that setup works for you
  5. Jarvis

    XF 2.2 Local dev environment recommendation 2020

    Not exactly, but close I can go grab the compose we use for prod later today after work. However, we also use a nginx proxy in front of everything - so it may seem a little off Though, it’s still the combo of its own nginx ‘sidecar’ and the fpm image for PHP
  6. Jarvis

    XF 2.2 Local dev environment recommendation 2020

    We run it within containers for production (https://7Cav.us) What did you need help with? There’s no official container because that would easily leak the PHP source code for XF
  7. Jarvis

    Donations by Siropu [Paid]

    Any news on a recuring goal? One that can reset each month for example We currently just keep changing the start/end date every month - and then manually reseting the donation amount so far to 0
  8. Jarvis

    [OzzModz] Advanced Forms [Deleted]

    Strange, the dropdown doesn't even work here on Beta 12 (no values other than 'choose one') The conditional question has regex applied But I can submit whatever I want in that text field - the regex does not apply
  9. Jarvis

    [OzzModz] Advanced Forms [Deleted]

    Specifically, the regex doesn't seem to work whilst on a conditional question So applying regex to a conditional question
  10. Jarvis

    [OzzModz] Advanced Forms [Deleted]

    Yeap, beta 12 The pattern we used was ^76561198[0-9]{9}$ We did enter a validation error
  11. Jarvis

    [OzzModz] Advanced Forms [Deleted]

    Hey, I know it's beta - just letting you know we've got some bugs: the regex pattern matching for text input doesn't seem to match anything conditional questions don't seem to work within the front-end of a form - it displays all questions and ignores the conditions
  12. Jarvis

    Donations by Siropu [Paid]

    Also, what's the expected flow for a user to cancel a recurring subscription? I could not see any clear way to cancel one once setup I know it has to be done via Paypal, but xenforo has the nice page within the user upgrades that gives you a link on how to cancel it (this is the built in...
  13. Jarvis

    Donations by Siropu [Paid]

    Brought it - great to have a subscription. We need a recurring goal though, that can repeat monthly..
  14. Jarvis

    Donations by Siropu [Paid]

    Does this support subscription based donations? I.e. recurring donations through Paypal?
  15. Jarvis

    XF 2.2 Xenforo 2 docker development quickstart

    I've updated the image to use PHP 8, and 8-alpine respectively We've been using this container in production for over a year now with no issues. It supports all the nice stuff of XF too, like one-click installs etc
Back
Top Bottom