meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq [2023/08/09 20:00] johnnyfaq [2025/02/23 19:32] (current) – test 108.21.215.171
Line 2: Line 2:
  
 === Q: Do you offer hosting for ITFlow? === === Q: Do you offer hosting for ITFlow? ===
-A: Not currently - you must host ITFlow yourself.+A: You must currently host ITFlow yourself, but we are very close to providing hosting as a service.
  
  
Line 10: Line 10:
  
 === Q: Where/How to get product support?=== === Q: Where/How to get product support?===
-A: The [[https://forum.itflow.org/t/support|forum]]. We do not offer paid support at this time.+A: The [[https://forum.itflow.org/t/support|forum]] is the place for all queriesSponsors may access [[https://services.itflow.org|private support]].
  
  
-=== Q: When will ITFlow be out of Beta/stable? === +=== Q: When did ITFlow become stable? === 
-A: Approx Quarter 4 of 2023+A: When we released 24.12 in late December of 2024.
  
  
-=== Q: Can we hide/disable the invoicing parts of ITFlow? === +=== Q: How to disable the invoicing parts of ITFlow? === 
-A: Sure, go to Settings > Modules to hide the module areas you don't need to see.+A: Go to Settings > Modules to hide the module areas you don't need to see. 
 + 
 + 
 +=== Q: Is it possible to use ITFlow for an internal IT department or homelab? === 
 +A: Kind-of, but it's not a perfect solution. You can create a single client, disable billing modules and then set the default page or URL to be shown after login at Settings > Defaults > Start Page to //client_overview.php?client_id=1//
  
  
Line 26: Line 30:
  
 === Q: Can you add direct integration with X? === === Q: Can you add direct integration with X? ===
-A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility.+A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility and reduces vendor lock in.
  
-=== Q: File larger that are 2MB or larger do not upload? === + 
-A: We have a hard limit of 20MB per file set in the code of ITFlow, but there is also a limit set by PHP by default +=== Q: Files that are larger than 2MB do not upload? === 
 +A: We have a hard limit of **20MB** per file set in the code of ITFlow, but there is also a limit set by PHP by default 
 edit /etc/php/php.ini file and change the following options to: edit /etc/php/php.ini file and change the following options to:
  
Line 35: Line 40:
  
 ''post_max_size = 20M'' ''post_max_size = 20M''
 +
 +=== Q: How to remove 'Powered by ITFlow' branding/attribution banner ===
 +A: Monthly [[https://services.itflow.org|sponsors]] can hide the ITFlow branding using a white-label key. //(There's nothing stopping you removing this by editing files, but this may break your updates).//